cal.pub0.org/lib/validations
Omar López d35f27014e
Implements API key endpoint (#211)
This allow us to manage our API keys directly from the API itself.

User can:
- Create own API keys
- Edit own API keys (only the note field for now)
- Delete own API keys
- Get own API keys

Admin can:
- CRUD for any user
- Get all API keys
2022-11-29 15:06:23 -07:00
..
shared Refactor membership endpoints (#204) 2022-10-21 13:54:28 -06:00
api-key.ts Implements API key endpoint (#211) 2022-11-29 15:06:23 -07:00
attendee.ts Various import and type fixes 2022-11-25 06:58:21 -07:00
availability.ts Refactors availabilities endpoints (#177) 2022-10-10 09:42:15 -06:00
booking-reference.ts Refactors booking references endpoints (#180) 2022-10-11 15:25:57 +01:00
booking.ts Added status: true to booking model (#203) 2022-10-21 14:04:20 +01:00
destination-calendar.ts Fix: add strict and optional to have errors on extraneus params 2022-04-27 19:45:59 +02:00
event-type-custom-input.ts Refactor/custom inputs (#184) 2022-10-13 12:30:48 -06:00
event-type.ts Various import and type fixes 2022-11-25 06:58:21 -07:00
membership.ts Various import and type fixes 2022-11-25 06:58:21 -07:00
payment.ts fix: post / patch attendees docs w examples 2022-04-27 19:25:36 +02:00
reminder-mail.ts fix: post / patch attendees docs w examples 2022-04-27 19:25:36 +02:00
schedule.ts Refactor schedule endpoints (#185) 2022-10-13 14:54:38 -06:00
selected-calendar.ts Selected Calendars endpoints refactor (#193) 2022-10-20 11:35:02 -06:00
team.ts added more endpoints and validations for publish-pay teams (#209) 2022-11-22 13:24:25 -07:00
user.ts Various import and type fixes 2022-11-25 06:58:21 -07:00
webhook.ts Refactor/webhooks (#186) 2022-10-19 12:26:12 -06:00