Binary Data
One of the three major response types.
One of the three major response types.
The Slingshot API supports the compression of JSON / XML responses. To use response compression, set the standard http header Accept-Encoding to either gzip or deflate and the Slingshot API server will compress the data before sending it to the client.
If JSON is preferred, set the standard http header Accept to the value application/json and the Slingshot API server will send all non-binary responses to the client in JSON format.
Documentation and references regarding the potential configurations of responses delivered by Slingshot API.
Documentation and references regarding the potential response formats encountered when using Slingshot API.
An error response where the server returns a 503 HTTP response indicating database issues.
One of the three major response types.
One of the three major response types.
If XML is preferred, set the standard http header Accept to the value text/xml and the Slingshot API server will send all non-binary responses to the client in XML format.