Auto Generating BioT SDK

BioT uses the OpenAPI REST convention for its different APIs. The documentation of the different APIs can be found here.

You can always make direct API calls, but if you prefer you may use an OpenAPI-compatible code generator to auto generate an SDK that will wrap these API calls and save development of boilerplate code.

To generate the SDK use the JSON files supplied by BioT for each release.
These files can be found here:
https://github.com/biot-med/biot-openapi

To generate the SDK, one popular option is to use the OpenAPI Generator.
However, there are other third-party services available that offer similar functionality.
Choose the tool that best suits your development environment and preferences.