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 #159

Open
andrii-bodnar opened this issue Oct 11, 2023 · 2 comments
Open

Applications API support #159

andrii-bodnar opened this issue Oct 11, 2023 · 2 comments
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
@AdityaVardhanSingh
Copy link

Hey, I want to start working on this issue. Can you tell me more about the issue?

@andrii-bodnar
Copy link
Member Author

Hi @AdityaVardhanSingh,

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.

See PRs #151, #152, and #153 for examples.

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

No branches or pull requests

2 participants