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 support for snapshot/hourly feed files #10

Open
zcourts opened this issue Sep 17, 2019 · 0 comments
Open

Add support for snapshot/hourly feed files #10

zcourts opened this issue Sep 17, 2019 · 0 comments

Comments

@zcourts
Copy link

zcourts commented Sep 17, 2019

It took me some time to work out why I couldn't find a way to download hourly update/snapshot feeds according to https://developer.ebay.com/api-docs/buy/feed/resources/item_snapshot/methods/getItemSnapshotFeed

This lib already does all the hard work for piecing the partial downloads together etc but skipped out on snapshot support.

I hacked it by using reflection to replace the feedUtils field with an object that overrides String getFinalUrl(FeedRequest feedRequest) but ideally this would be supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant