clemsonMakerspace / unified-makerspace

The Makerspace - now unified.
Apache License 2.0
9 stars 11 forks source link

Adds new path to api /quiz/:username. Adds handling both GET and POST adds logic for handling GET quizzes #142

Closed lrboyer closed 9 months ago

lrboyer commented 10 months ago

Allows for GET quiz data by username

New api path- allows fetching of quiz data by username /quiz/:username

updated handle_quiz_request to handle multiple types of REST requests

Adds GET quiz data logic to QuizFunction

should be merged after: https://github.com/clemsonMakerspace/unified-makerspace/pull/140