This is the project that generates API clients for connecting to the public Neblio API. You probably want to just use one of the clients that are pre-built in a language of your choice:
This repository contains the specifications for generating client SDKs with Swagger/OpenAPI.
You can use the Swagger UI to interact with the APIs directly.
The canonical specification is defined in swagger.json
. The templates for our
supported SDKs are located in swagger-templates
. The configuration for each
SDK (e.g. name of the library, version number, etc.) are located in
swagger-configs
.
We use Travis CI to build each SDK and push it out the appropriate repository. To learn more about that process, look in the travis-ci directory.