External libraries
We’re currently maintaining two external libraries auto-generated from our OpenAPI specification file using openapi-generator.
Typescript
- Install via NPM:
npm install @bimdata/typescript-fetch-api-client --saveURL: https://www.npmjs.com/package/@bimdata/typescript-fetch-api-client
Repository: https://github.com/bimdata/typescript-fetch-api-client-generator
Note: the typescript-fetch-api-client can be used in JavaScript & TypeScript codebase the same way.
Python
Repository: https://github.com/bimdata/python-api-client
IMPORTANT
Requirements: Python 2.7 and 3.4+
Generate your own
We offer our OpenAPI file to let you use it. You can use one of those generators to get a client in your favorite programmation language: https://openapi-generator.tech/docs/generators
Install OpenAPI Generator following their documentation.
With a local version (or not) of our OpenAPI file, generate your client with
openapi-generator generateoptions depending on your install.Add your new API client in your software stack, everything is in the README generated along with your client.
Use it and check our API Reference documentation.