XTS API

From EUTC Wiki
Revision as of 16:41, 18 July 2008 by Xander (talk | contribs) (This may also take a while.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.