-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add more examples of API Client usage #112
Comments
Hey @andrii-bodnar, could you please provide an example of downloading a glossary? Everything else seems to work fine, but as there are not many examples, I am unsure what goes wrong with the glossary download, may be I am missing a step. The exports seem to work fine though. Thanks in advance! |
Hi @ivdimova, could you please provide the current code sample where you're trying to download a glossary? Thanks. |
@andrii-bodnar well, it looks like the download method only requires the glossary id, so I tried to create an import and then download - However in the API docs the download endpoint also requires an export ID? |
@ivdimova hm, the Thanks for pointing this out. Would you like to create a PR with the fix? 🙂 |
@andrii-bodnar do you want more examples of API usage in the readme of this repo as currently, we only have example of creating a directory? |
@faizan1191 we can create a separate file for examples like in the JS API client - https://github.com/crowdin/crowdin-api-client-js/blob/master/EXAMPLES.md |
Currently, we have very few simple examples in the Readme and it would be great to have more examples that would include more complex workflows:
It's better to create a separate file for these examples like here.
The text was updated successfully, but these errors were encountered: