Skip to content

v0.0.8

Latest

Choose a tag to compare

@nessshon nessshon released this 09 Aug 16:12
· 28 commits to main since this release

What's Changed

  • Refactored imports across modules and aligned function argument lists for improved readability and consistency.
  • Improved client response handling — unified type parsing logic and enhanced error propagation for more robust API interactions.
  • Refactored API endpoint decorators to support generic HTTP method handling and extended compatibility for GET requests with payload validation.
  • Introduced GETRequestPayloadError exception to explicitly handle invalid payload data in GET requests.
  • Extended HTTPMethod enum with support for PATCH and added a placeholder for RepeatQuery operations.
  • Optimized query parameter building by filtering out None values before request execution.

Full Changelog: v0.0.3...v0.0.8