Skip to content

A client for the distributed scheduler

License

Notifications You must be signed in to change notification settings

GLCharge/distributed-scheduler-client

Repository files navigation

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