Getting Started

This project is not currently maintained and will be refactored. If you are interested in Distill, join the discussion on our dev list.

Usage

Using curl:

  $ curl -XGET 'http://localhost:8090/app/register' -d '{
          "application_name" : "my_app",
          "version" : "0.1",
          "application_description" : "my test app"
  }'