K

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

PageWhat it covers
Install the SDKInstall and authenticate the SDK, then make your first call.
It's the shared starting point for everything below.
Connect a databaseTurn on an app-scoped database with two lines of config, then read and write it from code.
Connect storageCreate an app-scoped locker for images and attachments, and work with it using standard S3 tooling.
Read the SSO user infoRead who is currently in your app.
You never have to build login yourself.
Send notificationsSend your app's news to people at your company — as email too, if you want.
Connect company data with a connectorWire 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.