You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 overridesString getFinalUrl(FeedRequest feedRequest)
but ideally this would be supported.The text was updated successfully, but these errors were encountered: