Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 542 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 542 Bytes

CastAI API Client for Go

This client is built using oapi-codegen against the CastAI OpenAPI specification. The provided Makefile will download the latest specification and re-run the code generator if there are any changes.

$ go install github.com/deepmap/oapi-codegen/v2/cmd/[email protected]
$ make
Checking for newer openapi.json file... found!
Generating castai package...
$ make
Checking for newer openapi.json file... up-to-date
$