We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This document serves to outline the basic process of generating a client for an API based on an OpenAPI specification.
To generate a new client, you'll need to ensure you have a version of the JDK and OpenAPI Generator installed.
To generate the client, create a directory and navigate into it. You then simply need to run the following command
$ openapi-generator generate -i swagger-document.yaml --git-user-id GIT_USER_ID --git-repo-id GIT_REPO_ID -g go
There was an error while loading. Please reload this page.