Rust Query API | 3.2.0
What's Changed
- Added 'attributes' parameter to query endpoint
- Overhauled average endpoints
- Complete rewrite of storage and retrieval methods to improve performance
- Added 'center' parameter to customize how prices should be calculated
- Added 'percent' parameter for the modified_median center
- Fixed sales to be calculated accurately using 'step' parameter
- Changed 'time' parameter to seconds
- Added unique attribute shard combinations to average and bin endpoints
- Formatted as
{ITEM_ID}+ATTRIBUTE_SHARD_{ATTRIBUTE}+ATTRIBUTE_SHARD_{ATTRIBUTE}
- Attributes are ordered alphabetically
- Formatted as
- Added tracking for 2023 sloth hats
- Updated bin taxes
Pull Requests
- Update bin taxes by @kr45732 in #173
- Add sloth hat variants by @kr45732 in #181
- Different methods of center for average auctions/bins by @kr45732 in #190
- Track attribute pairs by @kr45732 in #194
- Rewrite Averages by @kr45732 in #198
Full Changelog: 3.1.0...3.2.0