0.3.0
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
)