On this page, we will walk through the following processes of creating a new Developer Console application:
Navigate to Developer Console in your Foundry instance, then select + New application.
If you do not see the + New application button, you may require additional permissions. See the permissions documentation for more details.
Next, follow the steps in the creation wizard that appears and add the following details:
http://localhost:8080/auth/callback
.Follow the instructions in Configure CORS to add http://localhost:8080
to your CORS policy in Control Panel.
If you do not have permission to configure CORS and your Foundry administrator is unable to configure CORS for you, set the redirect URL to https://localhost:8080/auth/callback
.
The data entities that you choose control two aspects of your application:
The operations granted in the Client allowed operations table may allow applications to access underlying service endpoints.
The Developer Console generates documentation based on the Ontology entities you selected. This documentation is available for TypeScript, Python, and cURL; you can switch between the different languages using the dropdown menu in the upper right corner of the Console.
In the example above, each object type, action type, and function is documented. The documentation includes code examples of how specific properties are returned or how parameters can be used; you can copy and paste these examples directly into your code.