logbook-openapi-src is a source generates libraries for Logbook API.
This code generates following two modules;
-
Go Client to use Logbook API.
-
Implementation for framework layer in Logbook API.
-
Install
swagger-cli
for bundle divided OpenAPI Specifications.npm install
-
Install
oapi-codegen
for build the client.go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@latest
make build
git bump
make release