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
Agusti Fernandez Pardo
de8d7f64c3
mvoe to less files
2022-04-04 02:02:11 +02:00
Agusti Fernandez Pardo
d144c0f9e1
feat: upgrade all validations, rename to use snake_case
2022-04-02 03:46:24 +02:00
Agusti Fernandez Pardo
1de7bc4146
prettier
2022-03-30 14:17:55 +02:00
Agusti Fernandez Pardo
20a93a13c9
feat: update users/teams/apiKeys to use middleware
2022-03-29 03:59:57 +02:00
Agusti Fernandez Pardo
1241ae6cfc
feat: move findAll to return arrays
2022-03-28 16:05:00 +02:00
Agusti Fernandez Pardo
396c5b8d8c
chore: refactor all delete endpoints to use if/else instead of .catch() and .error()
2022-03-27 01:08:00 +01:00
Agusti Fernandez Pardo
936572e7e1
feat: adds availabilitesi and attendees endpoints, some cleanup less try/catch more if/else
2022-03-27 00:58:22 +01:00
Agusti Fernandez Pardo
ac307f7161
feat: adds bookings and more tests
2022-03-26 22:29:30 +01:00
Agusti Fernandez Pardo
7998e8fc2c
feat: 50% almost code coverage
2022-03-26 05:28:53 +01:00
Agusti Fernandez Pardo
62a917c7a8
renames team -> teams adds tests for users and teams
2022-03-26 02:16:46 +01:00
Agusti Fernandez Pardo
f2be36f89c
fix: remove console statements
2022-03-26 01:41:22 +01:00
Agusti Fernandez Pardo
12a7129e5a
feat: adds tests for api keys endpoints
2022-03-26 01:40:43 +01:00
Agusti Fernandez Pardo
9e8be659c5
feat: initial tests for api-keys endpoint
2022-03-26 00:42:12 +01:00
Agusti Fernandez Pardo
084c91f6c1
feat: improve api key endpoints, add users endpoint
2022-03-25 23:26:22 +01:00
Agusti Fernandez Pardo
d9c34f67e6
feat: adds api keys endpoints, new QueryIdAsString as apiKey has a UUID string-like ID unlike the numbers of event-type or others
2022-03-25 20:17:37 +01:00
Agusti Fernandez Pardo
c2234593db
feat: adds module transpiling so api can require @calcom/prisma and not @prisma/client directly
2022-03-25 19:37:51 +01:00