edulinq / autograder-server

A server to automatically grading coding assignments.
MIT License
4 stars 5 forks source link

API Endpoint: Get Logs #42

Closed eriq-augustine closed 9 months ago

eriq-augustine commented 11 months ago

Add an API endpoint that can fetch logs the user has access to.

This is related to #41 , since we will want to allow the user to specify the context that they want the logs from. E.g., get all the course logs, or get the logs about this user.

eriq-augustine commented 9 months ago

Implemented.