Example specs updated for fantasy football and NFT floor prices
Sep 16, 2022
Shipped3 commits+12−11
- Fantasy football example now uses signed integers — The `ExampleFantasyFootball` request and response examples now use `int256` values instead of `uint256`. If you copied the earlier example, you may need to update your integration.
Documentation
- Corrected the sports array example to use an unsigned player index when reading ratings.
- Added an NFT floor prices example file for reference and formatting.
Breaking Changes
- Changed the documented `ExampleFantasyFootball` value type from unsigned integers to signed integers, which may require integration updates.
3 commits+12-11