mirror of
https://github.com/c0de-archive/ebay-testing.git
synced 2025-02-01 10:45:53 +00:00
David Todd
a01ffceb86
Finish checkRevisedItems, apply dict directly to api call, add error checking to switchDateRange
checkRevisedItems will return a list called itemIDs inside the apiResponse - This list is all the items that need getItems again instead of needlessly pulling the response from the api into a variable and applying a dict there, apply directly to the api call switchDateRange will now output a dict containing a range ending today if no arguments are given
Description
No description provided
Languages
Python
100%