Skip to content

0.3.0

Compare
Choose a tag to compare
@take-kun take-kun released this 31 Mar 00:09
· 53 commits to main since this release
42fc280

Release 0.3.0

BREAKING CHANGE Dropped support for mapping protocol, i.e. accessing response models properties with object['key'] will not work anymore. Migrate to dataclasses.asdict(object)['key'].

Features

  • dataclasses support implemented for response objects (#11)
  • search results (SearchResults) pagination methods (#14)
  • fetching full item details (Item) from seller profile listing (Items/SellerItem)