mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-11 02:50:29 +00:00
✨ **Add authenticated API endpoints for managing Meetups, Cities, Venues, and Lecturers**
- ➕ Introduced `store`, `update`, `mine`, and `mineShow` endpoints for `Meetups`, `Cities`, `Venues`, and `Lecturers` with validation and authorization. - 🔒 Added `Policies` for `Meetups`, `Cities`, `Venues`, and `Lecturers` leveraging `ChecksCreatorOwnership` for ownership checks. - 🌐 Created `Resources` for structured API responses: `MeetupResource`, `CityResource`, `VenueResource`, and `LecturerResource`. - ✅ Added dedicated `Request` classes for input validation: `Store` and `Update` variants for all models. - 🛠️ Updated controllers to support new functionalities with localized error messages and proper HTTP responses.
This commit is contained in:
+2
-2
@@ -43,7 +43,7 @@ return [
|
||||
*/
|
||||
'description' => <<<'MARKDOWN'
|
||||
Willkommen bei der **Einundzwanzig API** – der öffentlichen Schnittstelle der
|
||||
[Einundzwanzig](https://einundzwanzig.space) Bitcoin-Community-Plattform.
|
||||
[Einundzwanzig](https://portal.einundzwanzig.space) Bitcoin-Community-Plattform.
|
||||
|
||||
Über diese API erreichst du die Daten der dezentralen deutschsprachigen Bitcoin-Bewegung:
|
||||
Meetups und ihre Termine, Kurse und Kurs-Events, Referenten, Veranstaltungsorte sowie die
|
||||
@@ -117,7 +117,7 @@ return [
|
||||
* ```
|
||||
*/
|
||||
'servers' => [
|
||||
'Production' => 'https://einundzwanzig.space/api',
|
||||
'Production' => 'https://portal.einundzwanzig.space/api',
|
||||
'Local' => 'api',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user