-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactored to return an ApiResponse instead of multiple different wit…
…h the same properties
- Loading branch information
1 parent
b33b631
commit 5301483
Showing
77 changed files
with
279 additions
and
6,113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,4 @@ Finances | |
|
||
|
||
|
||
|
||
|
||
Nothing here yet. | ||
.. autoclass:: sp_api.api.Finances |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,4 @@ Product Fees | |
|
||
|
||
|
||
|
||
Nothing here yet. | ||
.. autoclass:: sp_api.api.ProductFees |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,4 @@ Reports | |
|
||
|
||
|
||
|
||
|
||
Nothing here yet. | ||
.. autoclass:: sp_api.api.Reports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,4 @@ Sales | |
===== | ||
|
||
|
||
|
||
|
||
|
||
Nothing here yet. | ||
.. autoclass:: sp_api.api.Sales |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,4 @@ Sellers | |
|
||
|
||
|
||
|
||
Nothing here yet. | ||
.. autoclass:: sp_api.api.Sellers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
Responses | ||
========= | ||
|
||
All endpoints return `sp_api.base.ApiResponse` with the following signature. `payload` contains Amazon's response. | ||
|
||
|
||
All responses have the following signature. `Payload` contains Amazon's response. | ||
|
||
|
||
|
||
.. code-block:: python | ||
Response(payload, error) | ||
.. autoclass:: sp_api.base.ApiResponse | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.