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

Source Files: add the context property support #132

Closed
andrii-bodnar opened this issue Oct 19, 2023 · 4 comments · Fixed by #133
Closed

Source Files: add the context property support #132

andrii-bodnar opened this issue Oct 19, 2023 · 4 comments · Fixed by #133
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest This issue welcomes contributions for Hacktoberfest

Comments

@andrii-bodnar
Copy link
Member

The Source Files API now supports the possibility to specify the context for the whole file. We need to add support for the context property to this Crowdin API client.

References:

@andrii-bodnar andrii-bodnar added enhancement New feature or request good first issue Good for newcomers hacktoberfest This issue welcomes contributions for Hacktoberfest labels Oct 19, 2023
@kisharnath
Copy link
Contributor

I would like to work on this

@kisharnath
Copy link
Contributor

Could you please explain this problem little more?What does it mean by support?

@andrii-bodnar
Copy link
Member Author

@kisharnath,

The Crowdin API client provides methods that essentially call Crowdin's APIs.

This makes it much easier for other developers to make calls to Crowdin's APIs, as the client abstracts a lot of the work required.

Feel free to take a look at the existing code. You'll find methods that send a request to various API methods.

In the current case, the new request and response parameters have been added to the existing API endpoint. So just like that, the client needs to add the new parameter support to the endpoints mentioned in the description.

@andrii-bodnar
Copy link
Member Author

@kisharnath here is an example of a similar case - #125

@andrii-bodnar andrii-bodnar linked a pull request Oct 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest This issue welcomes contributions for Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants