API reference

The API reference is a structured list of operations and responses. It serves as a quick reference for developers when they write their code.

Go to API reference

Suggestions for a Quick Start

To generate clients, it is possible to use an online generator. This generator uses the API Documentation to generate a skeleton implementation of the API, including endpoints and domain objects.

An example generator can be found here. An overview of the languages that are available can be found here.

 

Example: Java client generator

To generate a Java client, make the following POST call:

curl -k -d '{"swaggerUrl": "https://api.nedap-bi.com/v1/api_docs"}' \
-H "Content-Type: application/json" \
-X POST https://generator.swagger.io/api/gen/clients/java