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

Add support for Langs APIs #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mattezra
Copy link
Contributor

@mattezra mattezra commented Jan 6, 2025

Closes #66

This PR adds the following instances-api endpoints:

  1. Get Langs
  2. Add Lang
  3. Update Lang
  4. Delete Lang

This includes the query params supported in these APIs.

For the test suite to run, the following env variable will need to be added in .env:
TEST_LANG_CODE=valid-lang-code

@mattezra mattezra self-assigned this Jan 6, 2025
@mattezra mattezra marked this pull request as ready for review January 6, 2025 16:50
@mattezra mattezra added enhancement New feature or request ready labels Jan 6, 2025
@mattezra mattezra requested a review from shrunyan January 6, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/env/langs api endpoint is not included in node-sdk
1 participant