[Suggestion] Parameters for the skyblock/auctions endpoint #320
Replies: 3 comments
-
The API does minimal processing of data, this is unlikely to happen. |
Beta Was this translation helpful? Give feedback.
-
So I'm guessing that the in-game auctions are sorted on the client side, then? |
Beta Was this translation helpful? Give feedback.
-
Minimal processing for public requests, not internally. However, looking at #295 it seems that this endpoint doesn't require authentication anymore so hopefully, they might add something like this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What if one, for example, does not want to send about 50 requests to the auctions endpoint when they don't want most of the returned data?
I suggest to implement parameters for the auctions, for example:
This would save a lot of requests and potentially processing power for parsing that data and make applications run faster
Beta Was this translation helpful? Give feedback.
All reactions