-
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
feat: add support for GraphQL endpoint #189
feat: add support for GraphQL endpoint #189
Conversation
feat: add addToTm parameter support for Upload Translation API (crowdin#185)
Merge #2 feat(api): Add croql parameter support to List Terms API
-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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #189 +/- ##
==========================================
+ Coverage 99.21% 99.23% +0.02%
==========================================
Files 166 166
Lines 6519 6675 +156
Branches 149 149
==========================================
+ Hits 6467 6623 +156
Misses 36 36
Partials 16 16 ☔ View full report in Codecov by Sentry. |
@andrii-bodnar PR ready for review! |
@imprvhub thanks for the contribution! Please add documentation about this endpoint to the Readme file. As a reference, see the JS API Client Readme. |
-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. -Add documentation for GraphQL API usage in README.
@andrii-bodnar As requested, I have included the GraphQL API documentation in the README as part of the implementation commit fc0648f. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@imprvhub thank you!
-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 #180