apertium / apertium/apertium-apy

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

Open
#89 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
39
Forks
46
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.