| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…for_id` method - Single item response - Multiple item response
…g_product_for_id` method. This shows the following: - Pulling api credentials either from Environment vars or variables. - Initialising the products api. - Using the Marketplaces enum helper. - Parsing some response data. - Outputting the original XML from Amazon to enable debugging / help requests. - Making sure lists are not expected and converting as needed.
Codecov ReportBase: 85.32% // Head: 85.32% // No change to project coverage 👍 Additional details and impacted files @@ Coverage Diff @@
## develop #241 +/- ##
========================================
Coverage 85.32% 85.32%
========================================
Files 33 33
Lines 1813 1813
Branches 252 252
========================================
Hits 1547 1547
Misses 227 227
Partials 39 39 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Sorry, something went wrong.
…for_id` method - Single item response - Multiple item response
…g_product_for_id` method. This shows the following: - Pulling api credentials either from Environment vars or variables. - Initialising the products api. - Using the Marketplaces enum helper. - Parsing some response data. - Outputting the original XML from Amazon to enable debugging / help requests. - Making sure lists are not expected and converting as needed.
…azon-mws into examples/xml
|
@GriceTurrble due to the whoopsie with 0.8.12 I'm going to suggest we merge in these quick test files as they are a nice integration test to check that calls work on a live system Do you have any issue with this? It would have caught the 0.8.12 bug as I could have run these easily against our live system. |
Sorry, something went wrong.
…for_id` method - Single item response - Multiple item response
…g_product_for_id` method. This shows the following: - Pulling api credentials either from Environment vars or variables. - Initialising the products api. - Using the Marketplaces enum helper. - Parsing some response data. - Outputting the original XML from Amazon to enable debugging / help requests. - Making sure lists are not expected and converting as needed.
…azon-mws into examples/xml
…for_id` method - Single item response - Multiple item response
…g_product_for_id` method. This shows the following: - Pulling api credentials either from Environment vars or variables. - Initialising the products api. - Using the Marketplaces enum helper. - Parsing some response data. - Outputting the original XML from Amazon to enable debugging / help requests. - Making sure lists are not expected and converting as needed.
…azon-mws into examples/xml
…for_id` method - Single item response - Multiple item response
…g_product_for_id` method. This shows the following: - Pulling api credentials either from Environment vars or variables. - Initialising the products api. - Using the Marketplaces enum helper. - Parsing some response data. - Outputting the original XML from Amazon to enable debugging / help requests. - Making sure lists are not expected and converting as needed.
along with the resulting XML
| Back | FazBrowse Home | New Git URL |
Adding in example response files from real world calls to Amazon to help build on our test suite.
Example xml files in:
tests/xml_examples
Example code in:
examples
These can be moved and changed as we add,.