livenson / opennode-demo-api

Demo API for Opennode
2 stars 1 forks source link

A demonstrator of Opennode API.

Setup

  1. git clone git://github.com/livenson/opennode-demo-api.git 1a. pip install -r requirements.txt 1b. easy_install web.py
  2. ./demo.py

Testing

::== localhost:8080

'GET /container/' or 'GET /container/id' for information retrieval 'POST /container/' for creating 'PUT /container/id/' for updating 'DELETE /container/id/' for deleting

Parameters are encoded in JSON and passed in HTTP body.

Containers