HALO Server Integrations
Introduction
HALO not only provides a complete built in server for your apps, it also allows you to integrate every API it has from your server by using the built in documentation with swagger. For every integration you can create a new user and store the credentials server side, so the only one with access is your server.
The steps for every integration are quite simple:
- Create a user for your server and give it a password.
- Integrate the authentication logic so the server can obtain a token.
- Call the proper web services according to the documentation.
- Provide some external APIs for your integration to your apps.
You can start checking the authentication documentation.