| Method | URI | Action |
|---|---|---|
| POST | api/advertisement | advertisement.store |
| POST | api/advertisement/pictures | pictures.store |
| GET/HEAD | api/advertisement/pictures/{picture} | pictures.show |
| POST | api/advertisement/tags | tags.store |
| PUT/PATCH | api/advertisement/tags/{tag} | tags.update |
| DELETE | api/advertisement/tags/{tag} | tags.destroy |
| GET/HEAD | api/advertisement/tags/{tag} | tags.show |
| DELETE | api/advertisement/{advertisement} | advertisement.destroy |
| PUT/PATCH | api/advertisement/{advertisement} | advertisement.update |
| GET/HEAD | api/course | course.index |
| POST | api/course | course.store |
| GET/HEAD | api/course/{course} | course.show |
| GET/HEAD | api/course/{course}/advertisement | course.advertisement.index |
| DELETE | api/favorite | generated::7PogbwpIYrlyr154 |
| POST | api/favorite | favorite.store |
| GET/HEAD | api/favorite/{user_email} | favorite.show |
| PUT | api/firebase_token/{user_email} | generated::1T0NHHU36LIXR4n5 |
| GET/HEAD | api/globalvariables/{globalvariable} | globalvariables.show |
| POST | api/login | generated::93VxNWfRwLhvbTOl |
| POST | api/logout | generated::LV1wpjAdHlYDPdlQ |
| POST | api/register | generated::JcHc2UoIaPyCnaW8 |
| POST | api/social_links | social_links.store |
| PUT/PATCH | api/social_links/{user_email} | social_links.update |
| GET/HEAD | api/user | user.index |
| POST | api/user | user.store |
| PUT | api/user/password/{email} | generated::yhIjhOoxa5qOyU4U |
| POST | api/user/picture | generated::4MiYoypJmuIwliYZ |
| PUT | api/user/profile/{email} | generated::oGtiFz6L3ek22gIJ |
| GET/HEAD | api/user/{email} | user.show |
| GET/HEAD | api/user/{user}/advertisement | user.advertisement.index |
| GET/HEAD | api/user/{user}/social_links | user.social_links.index |
| GET/HEAD | sanctum/csrf-cookie | generated::XlmVsVgFJdL87LOj |
The backend of StudHelp uses the Laravel framework. The Laravel framework is open-sourced software licensed under the MIT license.