Developer Guide
Embarcadero Connect provides an API that you can use to create software (applications, plugins, and more) that interacts with Embarcadero Connect in real time. You can use the API to add, edit, and remove resources, perform searches, and much more.
You can access the API from http://<domain>:<port>/api/v1/<resource>, where <domain> and <port> are those of a running Embarcadero Connect installation, and <resource> is one of the resources that the API supports.
There is a small Java application available that gives a graphical example of the API connection. It is available for download here.
Topics
- Obtaining Authorization to Use the API
- Browsing Resources
- Managing Resources
- Enabling Secure API Requests