-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added support for the system stats query endpoint. #37
Conversation
e9576ad
to
316fadb
Compare
}, | ||
"courses/assignments/submissions/remove": { | ||
"request-type": "*submissions.RemoveRequest", | ||
"response-type": "*submissions.RemoveResponse" | ||
"response-type": "*submissions.RemoveResponse", | ||
"description": "Remove a specified submission. Defaults to the most recent submission." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason this is the only endpoint that says what it defaults to, because there are others (E.g. peek) that also default to the most recent submission.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Note that this is not the PR for this discussion, but it's okay since this is not a very formal PR.)
Probably since this one is a lot more serious than the other ones.
We can decide if they all should have them but this one is serious biz (and cannot be taken back),
so it makes sense for it to be more verbose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good just a couple of things.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Sibling Server PR: edulinq/autograder-server#136