Difference between revisions of "REST Interface"
From Transkribus Wiki
Philip Kahle (Talk | contribs) |
Philip Kahle (Talk | contribs) (→Login) |
||
Line 2: | Line 2: | ||
=Login= | =Login= | ||
− | Most of the methods require the user to be logged in to the services which is achieved by | + | Most of the methods require the user to be logged in to the services which is achieved by POSTing the user credentials to the login method:<br/> |
<code>https://transkribus.eu/TrpServer/rest/auth/login</code> | <code>https://transkribus.eu/TrpServer/rest/auth/login</code> |
Revision as of 13:46, 9 September 2015
The Transkribus application communicates with the server via a set of RESTful service methods. The complete definition can be found in the file application.wadl. The parameters for all the methods described below can be found in that service description file.
Login
Most of the methods require the user to be logged in to the services which is achieved by POSTing the user credentials to the login method:
https://transkribus.eu/TrpServer/rest/auth/login