XTS API: Difference between revisions

From EUTC Wiki
No edit summary
No edit summary
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 ===
== getshows ==
==== Parameters ====
=== Parameters ===
* No parameters (yet)
* No parameters (yet)
==== Returns ====
=== Returns ===
<shows> containing [[#<show>]]s representing all shows in the database.
<shows> containing [[#<show>]]s representing all shows in the database.
==== Errors ====
=== Errors ===
* Never returns an error.
* Never returns an error.


=== getshow ===
== getshow ==
==== Parameters ====
=== Parameters ===
* '''showid''' The ID of the show to get.
* '''showid''' The ID of the show to get.
==== Returns ====
=== Returns ===
A [[#<show>]] representing the show.
A [[#<show>]] representing the show.
==== Errors ====
=== 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

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.