Skip to main content

SDK Libraries

Overview​

SDK libraries make it easy for developers to integrate and interact with Aircampi Platform

Alternatively, you can use an Aircampi API interfaces for any programming language to integrate access with your application stack. The API Refereces documentation has details on how to send native HTTP requests that are properly formed to make API calls.

Getting Started​

The Aircampi API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded or JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Learn more →

Auth SDKs​

The Aircampi Auth is an identity and access management stack. Here is technical API reference docs for Aircampi Auth.

Learn more →

Database SDKs​

The Aircampi Database is a data store stack that manage your application's business data. Here is technical API reference docs for Aircampi Database.

Learn more →

Storage SDKs​

The Aircampi Storage is a file store stack that manage your application's media, doc, and files. Here is technical API reference docs for Aircampi Storage.

Learn more →

Realtime SDKs​

The Aircampi Realtime is a realtime websocket stack. Here is technical API reference docs for Aircampi Realtime.

Learn more →