OpenDCS API
OpenDCS v0 is unstable and not recommended for production use. The intention of the API and structure for OpenDCS applications is that all will provide a single point of communication to their internals as well as that of others. For example API calls should be possible to make from a GUI addin plugin to the application that contains it and if the request is for a different host it should be passed along.
Resources
Addins
Resource | Description |
---|---|
GET /ui/addins | List all UI addins |
GET /ui/addins/:id | Show an addin |
PUT /ui/addins/:id | Update an addin |