Skip to content
lancew edited this page Aug 9, 2011 · 2 revisions

DojoList API.

Although the data is easily available via the XML file, this is not necessarily the most convenient or effective way of sharing data. The DojoList Application Programming Interface (API) will provide easy restful ways of accessing data in machine readable ways for use by applications. The API currently is envisioned as a restful JSON interface.

CRUD

The API will begin with Create, Read, Update & Delete tools (CRUD).

Create

Not yet in code.

Read

The current implementation mimics the html rendering, except that "/api" is added to the url. Example: http://dojolist.org/api/dojo/Southampton%20Solent%20Uni%20Judo%20Club which outputs in JSON the full data which is rendered in http://dojolist.org/dojo/Southampton%20Solent%20Uni%20Judo%20Club

Note that the API returns all fields where the standard html view does not.

Update

Not yet in code.

Delete

Not yet in code.