Trevor Hartman
Trevor Hartman
Some APIs have rate limits, so if we pound them in parallel via xargs we're much more likely to hit the limit. Today this happens in `stock`, e.g.: ``` !list...
Sometimes adapters disconnect without us detecting it (e.g. a `close` event wasn't properly triggered so we didn't mark it as closed). A button on the dashboard to force `stop`/`start` would...
This will make it easier to debug flakey connections
🤔 this could be an adapter 🤔 it could also be a command to query / interact with Reddit Possible solution is to subscribe to Pusher's realtime per-subreddit streams https://blog.pusher.com/pusher-realtime-reddit-api/...
A few examples: - github repos - github search - pagerduty Should we have standard opts for pagination? Should it be index/page based? Cursor based? Should we pipe to a...
Custom integrations are deprecated: https://api.slack.com/custom-integrations See app guidelines: https://api.slack.com/reference/slack-apps/directory-submission-checklist
graphql queries can be cached and `eval` is definitely mutating state by saving to db plus any mutation the command itself performs (e.g. jira commands).
https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-issueIdOrKey-changelog-get