Closed
Conversation
Addresses vrchatapi#202, vrchatapi#480, vrchatapi#489, vrchatapi#495, vrchatapi#497, and vrchatapi#498 Merge TwoFactorAuthCode and TwoFactorEmailCode schemas into TwoFactorCode Better document and type-limit properties for CalendarEvent Add `GET /calendar/{groupId}/next` Add `GET /inventory/collections` Fix `GET /user/{userId}/inventory/{inventoryItemId}` having incorrect path and being absent from paths.yaml Moderation Reports: Add `GET /moderationReports` Add `POST /moderationReports` Add `DELETE /moderationReports/<modReportId>` Notification V2: Add `GET /notifications` Add `DELETE /notifications` Add `GET /notifications/{notificationId}` Add `DELETE /notifications/{notificationId}` Add `POST /notifications/{notificationId}/reply` Add `POST /notifications/{notificationId}/respond` Add `POST /notifications/{notificationId}/see`
|
Hey, the C# SDK depends on the differentiated types of TwoFactorAuthCode and TwoFactorEmailCode, just an FYI https://github.com/vrchatapi/vrchatapi-csharp/blob/main/src/VRChat.API/Client/VRChat.cs#L351-L384 |
Contributor
Author
|
abandoning ship |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #202, #480, #489, #495, #497, and #498
Merge TwoFactorAuthCode and TwoFactorEmailCode schemas into TwoFactorCode
Better document and type-limit properties for CalendarEvent
Add
GET /calendar/{groupId}/nextAdd
GET /inventory/collectionsFix
GET /user/{userId}/inventory/{inventoryItemId}having incorrect path and being absent from paths.yamlModeration Reports:
Add
GET /moderationReportsAdd
POST /moderationReportsAdd
DELETE /moderationReports/<modReportId>Notification V2:
Add
GET /notificationsAdd
DELETE /notificationsAdd
GET /notifications/{notificationId}Add
DELETE /notifications/{notificationId}Add
POST /notifications/{notificationId}/replyAdd
POST /notifications/{notificationId}/respondAdd
POST /notifications/{notificationId}/see