Skip to content

Commit a92479a

Browse files
committed
Updated readme
1 parent a9fd886 commit a92479a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

PRODUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
product
22
asin
3+
parent_asin
34
title
45
url
56
raw_info

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Features
1414

1515
* Object oriented interface for simple usage.
1616
* Get information about a product through its ASIN or URL.
17-
* Get multiple products at once without the 10 products limitation from Amazon.
17+
* Get item variations or search for products on Amazon.
18+
* Get multiple results at once without the 10 items limitation from Amazon.
1819
* Configurable throttling to avoid requests exceptions.
1920
* Support for all available countries.
2021
* Reorganized product information [structure](https://github.com/sergioteula/python-amazon-paapi/blob/master/PRODUCT.md) for simple use.
@@ -54,6 +55,16 @@ Get the ASIN from a URL:
5455

5556
Changelog
5657
-------------
58+
Version 3.0.0
59+
- Added search_products and get_variations methods.
60+
- Removed Amazon API requests limit for all methods.
61+
- Created AmazonException for better exception handling.
62+
- Added asynchronous requests compatibility.
63+
- Added parent_ASIN to product instance.
64+
- Cleaned code for more consistent style.
65+
- Updated docstrings for all methods.
66+
- Updated project structure.
67+
5768
Version 2.1.1
5869
- Added get_product for single requests.
5970

@@ -85,3 +96,7 @@ Changelog
8596

8697
Version 0.1.0
8798
-First release.
99+
100+
License
101+
-------------
102+
Copyright © 2020 Sergio Abad. See [license](https://github.com/sergioteula/python-amazon-paapi/blob/master/LICENSE) for details.

0 commit comments

Comments
 (0)