TIAPI: Difference between revisions
Jump to navigation
Jump to search
https://code.google.com/p/xml2json-xslt/ |
|||
Line 23: | Line 23: | ||
* xml? | * xml? | ||
* json? | * json? | ||
Transformations: | |||
* https://code.google.com/p/xml2json-xslt/ | |||
==Writing== | ==Writing== | ||
Not planned. | Not planned. |
Revision as of 2014-02-05T06:45:51
Overview
TIAPI = TI-API = API for tango.info
Ideally this will be a RESTful API likely requiring a HTTP GET method to query the database. This will provide a dynamic way to interactively query the tango.info database.
Reading
The API should provide the ability to return a query search of the database.
Query Fields
Ideally the query parameters would be customizable to the search likely being able to include:
- Title
- Orchestra
- Album
- TINT
- ...
Return Format
Any Internet media format would work but JSON would be best given the human readability and open standard format.
- csv?
- xml?
- json?
Transformations:
Writing
Not planned.