mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 14:05:23 +00:00
feat: add translation API (#297)
* feat: add translation * feat: resurface translation by Google Translation * feat: renamed the service as `translate` to make more readable * fix: renamed response and request name to match rpc name * chore: delete useless blank line * Update publicapi.json * Update publicapi.json * Update README.md Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
6
translate/README.md
Normal file
6
translate/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Language translation service
|
||||
|
||||
# Translate Service
|
||||
|
||||
Translate basic text from any language. A simple API powered by Google Translate.
|
||||
Translation text character limit is 500.
|
||||
Reference in New Issue
Block a user