REST API: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Created page with "In Q2 2015 you can connect to the Tygron Engine via a REST API. ===Specs=== * JSON format. * SSL encrypted with same credentials for normal Engine login.")
 
No edit summary
Line 1: Line 1:
In Q2 2015 you can connect to the Tygron Engine via a REST API.
In Q2 2015 you can connect to the Tygron Engine via a REST API.
More info about rest can be found [http://en.wikipedia.org/wiki/Representational_state_transfer here]


===Specs===
===Specs===


* JSON format.
* [http://en.wikipedia.org/wiki/JSON JSON] format.
* 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.

Revision as of 16:02, 14 October 2014

In Q2 2015 you can connect to the Tygron Engine via a REST API.

More info about rest can be found here

Specs