Skip to content

Feature: Filter only necessary resource parameters #128

@beped

Description

@beped

It would be great for the api to filter only necessary parameters.

Describe the solution you'd like
Just like the official paapi :
items_response = amazon.get_items(asin_list, resources=[RESOURCES LIST])

Example:
items_response = amazon.get_items(asin_list, resources=[Images.Primary.Medium, ItemInfo.ContentInfo, ItemInfo.Title])

Why:
This would significatly decrease the response payload, turning the process of data parse and network consume more lightweight

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions