- Add internal interface for adding any errors that arrive (to later show to users)
- GET /me/errors - fetch list of errors
- DELETE /me/errors/{id} - error was cleared
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Idea | matt | T210 Create /me/webhooks | ||
Open | None | T154 Support simple outgoing webhooks | ||
Open | None | T331 Better cross-post management | ||
Wontfix | matt | T225 Handle 401 on Medium crosspost | ||
Restricted Maniphest Task | ||||
Invalid | matt | T244 Track asynchronous errors |
Event Timeline
Comment Actions
The user errors route is the wrong design for these problems. Instead, we need to track successful events, noting any errors that occur along with them. This will work for webhooks, cross-posts, connections to custom publish platforms.