-
- Downloads
refactor: move all request options into separate object
This should make the API functions more accessible for callers as there won’t be any loose undefined values that were sometimes needed to skip certain values in certain API endpoints. Instead, every positional argument is now required and all configurable options or extensions are part of the options object.
Showing
- src/api.ts 27 additions, 34 deletionssrc/api.ts
- src/components/CalendarDayView.vue 1 addition, 1 deletionsrc/components/CalendarDayView.vue
- src/components/shows/MetaOwners.vue 5 additions, 2 deletionssrc/components/shows/MetaOwners.vue
- src/components/shows/NoteEditorModal.vue 1 addition, 1 deletionsrc/components/shows/NoteEditorModal.vue
- src/stores/auth.ts 3 additions, 1 deletionsrc/stores/auth.ts
- src/stores/images.ts 1 addition, 1 deletionsrc/stores/images.ts
Loading
Please register or sign in to comment