Check timestamp of auction data before fetch
Any way to check the timestamp for an auction dump before getting the file?
Maybe have .getAuctions() return a more complex type (instead of a list of auctions) so you can include the timestamp and add it as an optional parameter? If the remote dump is newer you can fetch it. if not return null.
I'm willing to add it myself...