-
Notifications
You must be signed in to change notification settings - Fork 32
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 the GraphQL endpoint support #180
Labels
Comments
andrii-bodnar
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Nov 13, 2024
Hi @andrii-bodnar! i would like to contribute to this issue, can you assign me? Thanks! |
@andrii-bodnar, I see two possible approaches for implementing GraphQL support:
Which approach would you prefer? Thanks! |
@imprvhub I like the first approach. Also, it's something similar to what we have in JS API Client |
imprvhub
added a commit
to imprvhub/crowdin-api-client-python
that referenced
this issue
Dec 2, 2024
-Add GraphQL method to CrowdinClient for interfacing with the GraphQL endpoint. -The implementation supports query strings and optional variables. -Includes comprehensive test coverage for request validation. Implements crowdin#180
@andrii-bodnar It's done! Let me know if you have any suggestions for corrections. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Crowdin API client doesn't support the GraphQL endpoint yet. We should add support for it in this API client.
References:
The text was updated successfully, but these errors were encountered: