Skip to content
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

add a Python generator for eBay Feeds #48

Open
matecsaj opened this issue Apr 20, 2022 · 1 comment
Open

add a Python generator for eBay Feeds #48

matecsaj opened this issue Apr 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@matecsaj
Copy link
Owner

A large data file download follows a data request with eBay Feeds APIs. Currently, every library user needs to write code for this. That is a waste of labour!

Compare this with most API calls that return JSON data in the RESTful response. The library already handles them nicely.

Ideally, add a generator similar to what currently exists for all API calls that return "paged" data.

It's likely a "breaking change," so do it before moving to production/stable.

Does someone out there already have code to handle this that they could contribute to the project? Even a starting point that could be refactored into the library would be welcome.

@matecsaj matecsaj added enhancement New feature or request help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Apr 20, 2022
@matecsaj
Copy link
Owner Author

matecsaj commented Nov 8, 2022

This might help https://github.com/eBay/FeedSDK-Python.

@matecsaj matecsaj changed the title [pre production/stable] add a Python generator for eBay Feeds add a Python generator for eBay Feeds Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant