crowdin / crowdin-api-client-java

Java client library for Crowdin API
https://jitpack.io/#crowdin/crowdin-api-client-java
MIT License
64 stars 40 forks source link

Add new Report Archives API endpoints #241

Closed andrii-bodnar closed 2 months ago

andrii-bodnar commented 2 months ago

Crowdin has recently introduced a new feature called Report Archives that allows you to see the history of your reports. This feature comes with a set of new API endpoints that you can use to interact with the report archives.

The new API endpoints should be added to the Crowdin API client.

References:

DecarteAdam commented 2 months ago

Hi, I have just added these endpoints and would like to push. But unfortunately I can't. I have permission error. I have created new branch from master. Maybe I need to swich to anouther branch?

Thanks

andrii-bodnar commented 2 months ago

Hi @DecarteAdam, you need to fork the repo and then Creating a pull request from a fork.

DecarteAdam commented 2 months ago

@andrii-bodnar Thank you for explanation! This is my first contributing to OpenSource so I'm a newbie :-)

andrii-bodnar commented 2 months ago

@DecarteAdam awesome, congrats on your first contribution, and thank you! 🚀