Debugging Service
See the Manual/Local Development/Execution chapter.
There are three commands that can assist when using a 3rd party REST API client.
- F1 - Copy Deploy URL to Clipboard
The command requires an open service Workspace that has been built and deployed to a tenant.
The URL to the deployed service will be put in the Clipboard.
For example: https://host.infor.com/Tenant/BaaSApi/baasservices/HelloWorldJava
- F1 - Copy local Env Filepath to Clipboard
The command requires an open service Workspace that has been built and deployed to a tenant.
The filepath to a baas.env file for that service workspace will be put in the Clipboard.
The baas.env file exists if enabled in settings, the open workspace is saved, and BaaS Extension is authenticated.
The file contains the current bearer token and base path to be used by requests from the REST API client.
Add the path to the REST API client environment settings.
For example: C:\Users\baas\Development\demo\HelloWorldJava\baas.env
- F1 - Copy Token to Clipboard.
The command requires the BaaS Extension to be authenticated to the API.
The current bearer token will be put in the Clipboard.
The bearer token to be used by requests from the REST API client.
It has an expiration timespan and requires a manual update by the developer in the client.
For example: Bearer eyJhbGciOiJSUzI1NiIsImt...