Crowdin-api-client

Latest version: v1.22.0

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

1.10.0

What's Changed
* Added 3 new bundle functions with basic unit tests by Pawes in https://github.com/crowdin/crowdin-api-client-python/pull/72
* Add missing groupId inside list glossaries/projects by dhoko in https://github.com/crowdin/crowdin-api-client-python/pull/77
* ci: upgrade CI workflows by andrii-bodnar in https://github.com/crowdin/crowdin-api-client-python/pull/78

New Contributors
* Pawes made their first contribution in https://github.com/crowdin/crowdin-api-client-python/pull/72
* dhoko made their first contribution in https://github.com/crowdin/crowdin-api-client-python/pull/77

**Full Changelog**: https://github.com/crowdin/crowdin-api-client-python/compare/v1.9.0...v1.10.0

1.9.0

Added

- Add `EXTENDED_REQUEST_PARAMS` for `CrowdinClient` class in 67 by ayatsyny

Fixed

- Fix type for `srxStorageId` attribute in Request model `source_files` API in 67 by ayatsyny

1.8.0

Added

- Add task settings templates endpoints in 62 by ayatsyny
- Add project file formats endpoints in 63 by ayatsyny

Updated

- Update members and teams API in 64 by ayatsyny
- Update attribute `importOptions` in 61 by ayatsyny

Fixed

- Fix bug flake8 in 59 by ayatsyny

1.7.0

Added

- Add `with_fetch_all` functionality in 55 by ayatsyny

This feature allows fetching all records from paginatable methods (where we have a limit and offset in arguments).

Example:

python
from crowdin_api import CrowdinClient

client = CrowdinClient(token='__token__')

get all projects
print(client.projects.with_fetch_all().list_projects())

get projects but not more than 1000
print(client.projects.with_fetch_all(1000).list_projects())

1.6.0

Updated

- Update Glossaries APIs in 52 by ayatsyny
- Move config parameters from class to instance in 51 by svenXY
- Change `buildId` type to int in `download_project_translations` in 50 by aaj013
- Added `stringId` as param in string comments in 54 by ShivamGarg2910

1.5.0

Added

- Automatic generation of the [API Client documentation](https://crowdin.github.io/crowdin-api-client-python/) in #46 by ayatsyny
- Add Workflows endpoints in 47 by ayatsyny
- Add Vendor endpoints In 48 by ayatsyny

Page 4 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.