Overview
How to call the features AxHub gives you — data, files, signed-in users, notifications, and company data — from your app code.
This section covers calling AxHub features from your app code.
Do Install the SDK once, and you can pick and choose the rest as you need them.
Pages in this section
| Page | What it covers |
|---|---|
| Install the SDK | Install and authenticate the SDK, then make your first call. It's the shared starting point for everything below. |
| Connect a database | Turn on an app-scoped database with two lines of config, then read and write it from code. |
| Connect storage | Create an app-scoped locker for images and attachments, and work with it using standard S3 tooling. |
| Read the SSO user info | Read who is currently in your app. You never have to build login yourself. |
| Send notifications | Send your app's news to people at your company — as email too, if you want. |
| Connect company data with a connector | Wire a database your company already uses into your app and query only what you were granted. |
Putting secrets like API keys into your app is covered in Set environment variables.