OctopusAgent

HTTP JSON API for Octopus

First, check the root README for more details.

The agent provides a simple HTTP JSON API to interact with the services. One can deploy the agent as a service into the existing system and use it to interact with the other services.

Configuration

OctopusAgent starts a web server that listens to the port specified in the PORT environment variable (4001 by default).

API

See requests_test.exs for more examples.