svthalia / concrexit

Thalia Website built on Django.
https://thalia.nu
Other
23 stars 11 forks source link

Add Thabloid API #3686

Closed vincevd1 closed 1 month ago

vincevd1 commented 1 month ago

Closes #3663.

Summary

Added a serializer for Thabloids and two API endpoints, one for a detail view and one for a list view

How to test

  1. Create a thabloid in the admin panel
  2. Go to '/api/docs'
  3. Scroll down to 'Thabloids'
  4. Click on one of the endpoints
  5. Click on 'Try it out'
  6. For the detail view, fill in the required pk of the thabloid created in Step 1.
  7. Execute API endpoint and see the response