Tags: acie-io/ackc
Tags
[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>
[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>