TIAPI: Difference between revisions
Jump to navigation
Jump to search
https://code.google.com/p/xml2json-xslt/ |
→Return Format: xml - could be used for the whole site |
||
Line 21: | Line 21: | ||
* csv? | * csv? | ||
* xml | * xml - could be used for the whole site | ||
* json? | * json? | ||
Revision as of 2014-02-05T06:48:43
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 - could be used for the whole site
- json?
Transformations:
Writing
Not planned.