We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae000ad commit d480feeCopy full SHA for d480fee
2 files changed
docs/amazon_paapi.errors.rst
@@ -1,4 +1,4 @@
1
-Module Exceptions
+Exceptions Module
2
============================
3
4
.. automodule:: amazon_paapi.errors.exceptions
docs/amazon_paapi.rst
@@ -1,7 +1,10 @@
-AmazonApi module
+AmazonApi Module
=====================
-.. automodule:: amazon_paapi.api
+This is the main class that provides authentication and methods for accessing the Amazon Product
5
+Advertising API. Instance it with your credentials and configuration.
6
+
7
+.. autoclass:: amazon_paapi.api.AmazonApi
8
:members:
9
:undoc-members:
10
:show-inheritance:
0 commit comments