Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.81 KB

File metadata and controls

45 lines (37 loc) · 1.81 KB
id title sidebar_label
sdk
Software Development Kits (SDKs)
Overview

All SDKs use automated code generation provided by openapi-generator. Unfortunately, openapi-generator has serious breaking changes in the generated code when upgrading versions. Therefore, we do not make backwards compatibility promises with regards to the generated SDKs. We hope to improve this process in the future.

Before you check out the SDKs, head over to the REST API documentation which includes code samples for common programming languages for each REST endpoint.

The SDKs do not provide a good API for dealing with OAuth 2.0 Flows (e.g. Authorize Code Flow, Refresh Flow, ...). But there are tons of libraries available for consuming OAuth 2.0. Do not write your own OAuth 2.0 Library!

We publish our SDKs for popular languages in their respective package repositories:

We also provide more info for these SDKs:

Missing your programming language? Create an issue and help us build, test and publish the SDK for your programming language!