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

What is the purpose of callbackRequest? #31

Open achimr opened 9 years ago

achimr commented 9 years ago

If a callback URL is supplied by the client why can't the server send plain translation/score/comment updates via PUT or PATCH to this URL?

heartsomeXPhantom commented 9 years ago

Only application/json supported - as defined in the spec.