Skip to content

Commit

Permalink
Refactored API handler organization (#255)
Browse files Browse the repository at this point in the history
no refs

Refactored API handler organization to be more modular and easier to maintain:

- Grouped API handlers together by area of concern
- Moved API handlers to `src/http/api` directory
- Renamed API handlers to be more consistent with their area of concern
- Updated `src/mq/gcloud-pubsub-push/mq.ts` API handler naming
- Added docs for handlers
  • Loading branch information
mike182uk authored Jan 9, 2025
1 parent 8621ea6 commit 6bbf66d
Show file tree
Hide file tree
Showing 15 changed files with 462 additions and 453 deletions.
86 changes: 0 additions & 86 deletions src/api/action/get-activity-thread.ts

This file was deleted.

122 changes: 0 additions & 122 deletions src/api/action/profile/get-followers.ts

This file was deleted.

123 changes: 0 additions & 123 deletions src/api/action/profile/get-following.ts

This file was deleted.

35 changes: 0 additions & 35 deletions src/api/action/webhook/site-changed.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/api/index.ts

This file was deleted.

Loading

0 comments on commit 6bbf66d

Please sign in to comment.