-
Notifications
You must be signed in to change notification settings - Fork 3
Filtering the response from EbayAPI #34 #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
save to local database as well in PostgreSQL
James-Cheaper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fetch and then pull from the primary branch to make sure your branch is up to date
forz-man
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good refactor: search_item returns a list of EbayItems with richer data. Tests added for API errors and empty responses — nice work. Suggest using a custom exception instead of generic Exception. Consider parsing itemCreationDateinto adatetime` object.
…to GagansBranch
* Retrieve a item from Ebay api * fixed main.py so it runs, made minor changes, updated readme on how to run * fixed to use real api now from ebay * fixed issues, used ORM instead of dict, made it save to local database as well in PostgreSQL * removed pyc files * fixed error * used orm instead of dict * fixed small error everything good now * adressed all recent comments * Addresed comments * Filtering the response from EbayAPI #34
fixed issue 34