-
Notifications
You must be signed in to change notification settings - Fork 0
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.
The API will begin with Create, Read, Update & Delete tools (CRUD).
Not yet in code.
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.
Not yet in code.
Not yet in code.