QuizChannel
From Triangle Wiki
API OverviewThe API consists of a set of callable methods, and some API endpoints. To perform an action using the API, you need to select a calling convention, send a request to its endpoint specifying a method and some arguments, and you will receive a formatted response. All request formats, take a list of named parameters.
API KeyEach and every request to the API needs to be signed with a Unique API key. API keys can be requested from http://www.quizchannel.com/api Request Formats
REST is the simplest request format to use - it's a simple HTTP GET or POST action. The REST Endpoint URL is http://api.quizchannel.com/api/ By default, REST requests will send a REST response. Response FormatsREST is the simplest response format to use - it's a simple XML block. To return the response in REST format, send a parameter "format" in the request with a value of "rest". When using the REST request method, the response defaults to REST. A method call returns this:
If an error occurs, the following is returned:
EncodingThe API expects all data to be UTF-8 encoded. External Links |
|

