# README
Distributed scheduler client
Welcome 👋
This repository contains client library/SDK for the distributed scheduler.
Every version has OpenAPI specification that is used to generate the client using oapi-codegen
generator.
Installation
go get github.com/GLCharge/distributed-scheduler-client@latest"
Usage
import client "https://github.com/GLCharge/distributed-scheduler-client
Generation
This code base, was generated using oapi-codegen.
You can generate the SDK manually by running the Makefile script:
make gen-client