Expand description
GitHub Polling API endpoints
Provides a polling-based alternative to webhooks for local development. Uses system notifications to alert users of new events.
Endpoints:
- GET /api/polling/config - Get current polling configuration
- POST /api/polling/config - Update polling configuration
- GET /api/polling/check - Get polling status
- POST /api/polling/check - Manually trigger a poll check
Structs§
Functions§
- router
- start_
polling_ if_ enabled - Start the background polling task if enabled