Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Automatically check APIs for new languages #574

Open
bittlingmayer opened this issue Nov 7, 2023 · 0 comments
Open

Feature: Automatically check APIs for new languages #574

bittlingmayer opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
apis enhancement New feature or request languages

Comments

@bittlingmayer
Copy link
Collaborator

Problem:
We have to manually check documentation for new languages. And often the documentation, is behind the APIs.

Request:
Write a script to ping each API and update apis.json. Then we could re-run the script, and then see the changes.

Additional context:

  • Most machine translation APIs have a path like /languages to get this info. Usually it's free, but it still requires an API key.
  • The challenge here is that they come in many different formats, and we'd need API keys for each one.
  • The API keys should not be in the code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apis enhancement New feature or request languages
Projects
None yet
Development

No branches or pull requests

2 participants