Every custom inMultifamily 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
The base settings of your custom app look like this:
Note: The baseUrl key contains the API URL without the /helloworld endpoint path. You specify the endpoint path in the module settings.
Note that the baseUrl
key contains the API URL without the /helloworld
endpoint path. You specify the endpoint path in the module settings.
{ "baseUrl": "http://yourcompany.com/api/v1", "log": { "sanitize": ["request.headers.authorization"] } }
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article