Crowdin-api-client

Latest version: v1.18.0

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

Scan your dependencies

Page 3 of 6

1.10.1

What's Changed
* Change default format value follow API doc when we generate reports by dhoko in https://github.com/crowdin/crowdin-api-client-python/pull/81
* Fix sends "null" in GET request body by dem214 in https://github.com/crowdin/crowdin-api-client-python/pull/85

New Contributors
* dem214 made their first contribution in https://github.com/crowdin/crowdin-api-client-python/pull/85

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

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

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.