Developer Guide

From TeamServer ER/Studio
Jump to: navigation, search

Go Up to Main Wiki

Team Server provides an API that you can use to create software (applications, plugins, and more) that interacts with Team Server 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 Team Server installation, and <resource> is one of the resources that the API supports.

There is blog post with some examples here.

Topics

See Also