Difference between revisions of "XTS API"
From EUTC Wiki
Line 3: | Line 3: | ||
Correct (though incomplete) as of 2008-07-18 (RC1 "Fat Cat") | Correct (though incomplete) as of 2008-07-18 (RC1 "Fat Cat") | ||
− | + | == getshows == | |
− | + | === Parameters === | |
* No parameters (yet) | * No parameters (yet) | ||
− | + | === Returns === | |
<shows> containing [[#<show>]]s representing all shows in the database. | <shows> containing [[#<show>]]s representing all shows in the database. | ||
− | + | === Errors === | |
* Never returns an error. | * Never returns an error. | ||
− | + | == getshow == | |
− | + | === Parameters === | |
* '''showid''' The ID of the show to get. | * '''showid''' The ID of the show to get. | ||
− | + | === Returns === | |
A [[#<show>]] representing the show. | A [[#<show>]] representing the show. | ||
− | + | === Errors === | |
* '''404.3 showNotFound''' if the show doesn't exist in the database. | * '''404.3 showNotFound''' if the show doesn't exist in the database. |
Revision as of 16:44, 18 July 2008
Contents
XTS Application Programming Interface
Correct (though incomplete) as of 2008-07-18 (RC1 "Fat Cat")
getshows
Parameters
- No parameters (yet)
Returns
<shows> containing #<show>s representing all shows in the database.
Errors
- Never returns an error.
getshow
Parameters
- showid The ID of the show to get.
Returns
A #<show> representing the show.
Errors
- 404.3 showNotFound if the show doesn't exist in the database.