Base
Every custom app has a piece of settings that are common to all custom app modules and remote procedures. Use the BASE tab to specify settings that are inherited by all modules and remote procedures.
These common settings are:
Base URL
Authorization
Error Handling
Sanitization
Set up base for the demo API
In this step, we will set up the Base for our custom app. The custom app uses the Virtual Library Demo API.
Navigate to your custom app settings.
Click on the BASE tab.
The first code block already contains a JSON snippet:
Replace the URL address
https://www.example.com
with the Virtual Library Demo API base URL:http://demo-api.integrokit.com/api/v1
Press
Ctrl+S
to save changes.
Note that the baseUrl
key contains the API URL without the /helloworld
endpoint path. You specify the endpoint path in the module settings.
The base settings of your custom app look like this:
Last updated