You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
Audric Schiltknecht edited this page Feb 19, 2014
·
4 revisions
\BlueLaTeX exposes its features through a Rest Api. This Api serves several purposes, such as manageing user related data, papers, snychronization, ...
You can find below the different pages containing the documentation of the Api.
Response Type
Unless specified otherwise the Rest Api accepts and returns Json values
Error Response
In case of an error, a json error object is returned with the appropriate HTTP response code. The format of the error object is as follows:
{
"name": "unable_to_register",
"description": "Something went wrong when registering the user glambert. Please retry"
}