-
Notifications
You must be signed in to change notification settings - Fork 6
Social monitoring API endpoints #98
Copy link
Copy link
Open
Labels
phase-aPhase A: Foundation + RedditPhase A: Foundation + RedditsocialSocial platform monitoringSocial platform monitoringswarm-readyIssue is ready for the automated swarm to pick upIssue is ready for the automated swarm to pick up
Metadata
Metadata
Assignees
Labels
phase-aPhase A: Foundation + RedditPhase A: Foundation + RedditsocialSocial platform monitoringSocial platform monitoringswarm-readyIssue is ready for the automated swarm to pick upIssue is ready for the automated swarm to pick up
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
Add API routes for social monitoring under
/api/v1/projects/:name/social/.Endpoints
/social/mentions?platform=&keyword=&sentiment=&since=&limit=/social/summary/social/timeline/social/connect/social/connect/:platform/social/statusRun trigger reuses existing
POST /projects/:name/runswith{ kind: 'social-monitor', platforms: ['reddit'] }.Files
packages/api-routes/src/social.ts(new)packages/api-routes/src/index.ts(register routes)packages/api-routes/src/runs.ts(acceptsocial-monitorkind)Depends on
Acceptance Criteria
social-monitorkindpnpm run typecheckpasses