The OpenAPI Generator is open sourced and has a GitHub repository. In this article we will use the generator that will allow us to generate a Go SDK with the parameters we will define. In order for our SDK to be generated with the right information, we must be careful to define certain elements of the swagger file.
Table of contents
SDKOpenAPI GeneratorWhat do we want?InitializationOpenAPI definitionCheck the validity of the specsConfigure the appCreate our applicationLet's test itWhat's nextConclusionSort: