GALAglobal / translationapi

The API is for anyone who wants to adopt best practices for a translation services API to interact with counterparts directly from your application or content management system. The API helps ensure interoperability for the most common tasks.
https://translate.taus.net/translate/taus-translation-api
MIT License
12 stars 3 forks source link

Unique ids have to be generated by the originator of the request #18

Open vinodMS opened 9 years ago

vinodMS commented 9 years ago

Currently the server implementation creates the GUID for the request that comes in. But the specification explains that the GUID should be created by the requester of the request.

screen shot 2014-10-02 at 16 34 28

Server should therefore obtain the GUID from the JSON data and return an error (error 400?) when GUID is not found in the request.