SDKs

Articles

SDK Overview
A software development kit (SDK) is a collection of language-based development tools. Once you have created a custom application , you can use an SDK to authenticate with Kibo and send requests for the application or user to interact with your te...
TypeScript SDK
When developing applications, you can install the TypeScript SDK to authenticate with Kibo and send API requests using the TypeScript extension of JavaScript. This SDK has access to the full functionality of Kibo's REST APIs. For more...
Java SDK
When developing applications, you can install the Java SDK to authenticate with Kibo and send API requests using Java. This SDK has access to the full functionality of Kibo's REST APIs. For more detailed information about application developm...
Custom SDKs
If you want an SDK for a language that Kibo does not provide, you can use open source software to develop your own for any language. Kibo recommends using the OpenAPI Generator tool and then improving its API authentication process as show...