-
Notifications
You must be signed in to change notification settings - Fork 33
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
User- and file-related endpoints #413
Conversation
`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}`
Looks good Do you think you could add relevant tests to the spec tests for this one as well? |
Ofc, wanted to make sure this was all ok before doing that |
From Nayir in Discord:
|
Co-authored-by: Lars Olzem <hackebein@gmail.com>
@jellejurre None of the responses I get contain the |
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 |
LGTM. You okay with my changes here and in the spec tests? @VinyarionHyarmendacil |
ye👍 |
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}