Skip to content

Tags: acie-io/ackc

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sitbon Phillip Sitbon
[Automatic] Release Version 1.0.0 from 1168e2f

v1.0

Toggle v1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
sitbon Phillip Sitbon
[v1.0.0] Refactor API wrappers to use centralized helper methods

Replace manual additional_properties handling with BaseAPI helpers
throughout all API modules. Fix parameter passing, response checks,
and async/sync consistency issues.

Add project infrastructure:
- MIT license and contributing guidelines
- GitHub Actions workflow for PyPI publishing
- Python packaging configuration with uv
- CLI tool initialization module

API fixes:
- Use _sync_ap/_async_ap for additional_properties extraction
- Use _sync_ap_list/_async_ap_list for list comprehensions
- Use _sync, _sync_detailed, and _sync_detailed_model properly
- Fix operations without body params to use correct helpers
- Correct missing parameters and type signatures
- Standardize response unwrapping and error handling

Update documentation and configure project metadata for distribution.

Signed-off-by: Phillip Sitbon <phillip.sitbon@gmail.com>

latest-publish

Toggle latest-publish's commit message

Verified

This commit was signed with the committer’s verified signature.
sitbon Phillip Sitbon
[v1.0.0] Refactor API wrappers to use centralized helper methods

Replace manual additional_properties handling with BaseAPI helpers
throughout all API modules. Fix parameter passing, response checks,
and async/sync consistency issues.

Add project infrastructure:
- MIT license and contributing guidelines
- GitHub Actions workflow for PyPI publishing
- Python packaging configuration with uv
- CLI tool initialization module

API fixes:
- Use _sync_ap/_async_ap for additional_properties extraction
- Use _sync_ap_list/_async_ap_list for list comprehensions
- Use _sync, _sync_detailed, and _sync_detailed_model properly
- Fix operations without body params to use correct helpers
- Correct missing parameters and type signatures
- Standardize response unwrapping and error handling

Update documentation and configure project metadata for distribution.

Signed-off-by: Phillip Sitbon <phillip.sitbon@gmail.com>