REST API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
* [http://en.wikipedia.org/wiki/JSON JSON] format. | * [http://en.wikipedia.org/wiki/JSON JSON] format. | ||
* [http://en.wikipedia.org/wiki/Transport_Layer_Security SSL encrypted] with same credentials for normal Engine login. | * [http://en.wikipedia.org/wiki/Transport_Layer_Security SSL encrypted] with same credentials for normal Engine login. | ||
===Return codes=== | |||
406: Not Acceptable. This is returned when an attempt is made to fire an event, with invalid or incomplete parameters. |
Revision as of 12:30, 21 April 2015
In Q2 2015 you can connect to the Tygron Engine via a REST API.
More info about rest can be found here
Specs
- JSON format.
- SSL encrypted with same credentials for normal Engine login.
Return codes
406: Not Acceptable. This is returned when an attempt is made to fire an event, with invalid or incomplete parameters.