You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update package version to 1.0.9 and add currency-related API functionality
- Updated package version in config.json, pyproject.toml, setup.py, and __init__.py to 1.0.9.
- Added CurrencyInfo model to represent currency details.
- Introduced GetCurrenciesResponse and GetCurrenciesResponseAllOfCurrencies models for handling currency API responses.
- Implemented get_currencies API endpoint in DefaultApi to retrieve configured currencies.
- Added documentation for the new currency models and API endpoint.
- Created unit tests for CurrencyInfo, GetCurrenciesResponse, and GetCurrenciesResponseAllOfCurrencies models.
- Updated openapi.yaml to include new endpoint and response schemas.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments