apertium-apy icon indicating copy to clipboard operation
apertium-apy copied to clipboard

Allow retrieval of descriptive and/or legally relevant information about the APY server

Open roybaer opened this issue 6 years ago • 0 comments

What I have in mind is something like this:

$ curl 'http://fancytranslations.example:2737/about?lang=spa|fra'

{"responseStatus": 200, "responseData": {
 "serviceName": "Fancy-Translate",
 "serviceDescription": "One-line description, preferably in Spanish or French",
 "serviceWebsiteURL": "http://www.fancytranslations.example/spa/index.html",
 "legalNoticeURL": "http://www.fancytranslations.example/spa/legal.html",
 "privacyStatementURL": "http://www.fancytranslations.example/spa/privacy.html"
}, "responseDetails": null}

A web front-end could then put this information in its privacy statement.

roybaer avatar Mar 13 '18 14:03 roybaer