crowdin / crowdin-api-client-java

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

Applications API support #200

Closed andrii-bodnar closed 11 months ago

andrii-bodnar commented 12 months ago

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:

MichalDemcak commented 12 months ago

Hi if this issue is still free can you assign it to me ?

andrii-bodnar commented 12 months ago

Hi @MichalDemcak, thank you! Feel free to ask any questions here in the issue comments.

sugan0tech commented 11 months ago

Hi @andrii-bodnar can i try this one?

sugan0tech commented 11 months ago

@andrii-bodnar is there any specific data schema for the applications data?

andrii-bodnar commented 11 months ago

@sugan0tech there is no specific schema because each application can define its own schema. It's just a JSON object from an API perspective.