Donate Share

PyAWS

File Release Notes and Changelog

Release Name: 0.2.0

Notes:
This release aims to provide a complete AWS ECS package. 

New functions are supported:

  - SellerListingSearch    Search for seller product listings (Marketplace).

  - SellerListingLookup    Look up a specific Marketplace product listing from a particular seller.

  - BrowseNodeLookup       Returns information about a browse node, including child nodes.

  - Help                   Returns information about how to use an ECS operation or about what to expect from ECS response groups.

  - TransactionLookup      Look up the amount of a specific transaction.

And some bug fix, please check the change log.


Changes: - Thanks Brian's bug report. r53 throws a unexpected exceptiong when user do ItemSearch using phrases in Title since Title search string is not quoted. r54 fix this bug, and move all quote operations to buildRequest. - Add the following functions: - SellerListingSearch Search for seller product listings - SellerListingLookup Look up a specific Marketplace product listing from a particular seller. - BrowseNodeLookup Returns information about a browse node, including child nodes. - Help Returns information about how to use an ECS operation or about what to expect from ECS response groups. - TransactionLookup Look up the amount of a specific transaction. - Refactor the pagedIterator, rawIterator to simplify the API - Add python doc string for epydoc to generate apidocs