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

Applications API support #130

Closed
andrii-bodnar opened this issue Oct 11, 2023 · 5 comments · Fixed by #138
Closed

Applications API support #130

andrii-bodnar opened this issue Oct 11, 2023 · 5 comments · Fixed by #138
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

Crowdin has recently added new endpoints for managing custom applications. Support for these endpoints is missing in this Crowdin API client.

We need to add support for the following endpoints:

@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 11, 2023
@portalghost
Copy link

Hi, I would like to work on that. If i may

@kisharnath
Copy link
Contributor

If you do not mind can I look into it?

@andrii-bodnar
Copy link
Member Author

@kisharnath great, thank you!

@kisharnath
Copy link
Contributor

Can you give more information about the problem?

@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.

So just like that the client needs methods that can handle calls to Crowdin's "Applications" APIs listed in the issue description.

@andrii-bodnar andrii-bodnar linked a pull request Oct 30, 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.

3 participants