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
* Social and Inventory endpoints
/calendar/discover
/economy/purchase/listing
/economy/purchases
/inventory/{inventoryItemId}/consume
/inventory/{inventoryItemId}/equip
/inventory/{inventoryItemSlot}/equip
/products/{productId}
/users/{userId}/boop
/users/{userId}/mutuals
/users/{userId}/mutuals/friends
/users/{userId}/mutuals/groups
Addresses #474 and #495
* fix typos
* Fix lint issues
* C# can't handle format byte, it's up to the user to turn string to byte arr
* Remove non-required mutualfriend properties
* Add information on booprequest fields
* Change emojiId to intended schema with built-in emoji name examples
* Change parameter resolution for /inventory/{inventoryItemId}/equip
* Update GroupLimitedMember.yaml
Addresses #489
* Revert unrelated (to pr separately), address linting requirements
Previous commit and was put on the wrong branch
* Fix typo
* Make example multiline string
---------
Co-authored-by: jellejurre <jelle@jilles.com>
For every successive call, use the `nextCursor` property returned in the previous call & the `number` of entries desired for this call
33
+
The `nextCursor` internally keeps track of the `offset` of the results, the initial request parameters, and accounts for discrepancies that might arise from time elapsed between calls
0 commit comments