edulinq / autograder-server

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

New API Endpoint: Users Upsert #94

Closed Lucas-Ellenberger closed 1 month ago

Lucas-Ellenberger commented 2 months ago

This PR adds a new API endpoint, users/upsert.

The upsert test cases are basic because the upsert behavior is thoroughly tested in internal/procedures/users/upsert_test.go.