Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User- and file-related endpoints #413

Merged
merged 10 commits into from
Nov 20, 2024

Conversation

VinyarionHyarmendacil
Copy link
Contributor

GET /auth/user/favoritelimits
GET /analysis/{fileId}/{versionId}
GET /analysis/{fileId}/{versionId}/security
GET /analysis/{fileId}/{versionId}/standard
GET /users/{userId}/feedback
GET /userNotes
POST /userNotes
GET /userNotes/{userNoteId}

  • fixed incorrect example request method
  • fixed typo in path variable

`GET /auth/user/favoritelimits`
`GET /analysis/{fileId}/{versionId}`
`GET /analysis/{fileId}/{versionId}/security`
`GET /analysis/{fileId}/{versionId}/standard`
`GET /users/{userId}/feedback`
`GET /userNotes`
`POST /userNotes`
`GET /userNotes/{userNoteId}`
@jellejurre
Copy link
Contributor

Looks good

Do you think you could add relevant tests to the spec tests for this one as well?

@VinyarionHyarmendacil
Copy link
Contributor Author

Ofc, wanted to make sure this was all ok before doing that

@Hackebein
Copy link
Contributor

GET /users/{userId}/feedback

From Nayir in Discord:

Just a heads up, the "feedback API" and all about it is deprecated. I think this was found on the group page on the website? It will be replaced on that page with newer endpoints.

@VinyarionHyarmendacil
Copy link
Contributor Author

@jellejurre None of the responses I get contain the targetUser property; I don't think it should be required by default.

@jellejurre
Copy link
Contributor

yeah I noticed that as well, but it definitely got added once. Don't know what causes it to get added, but making it optional for now

@jellejurre
Copy link
Contributor

LGTM. You okay with my changes here and in the spec tests? @VinyarionHyarmendacil

@VinyarionHyarmendacil
Copy link
Contributor Author

ye👍

@jellejurre jellejurre merged commit 30ad99c into vrchatapi:main Nov 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants