stephen_bailey
10/15/2021, 7:19 PM_request_with_backoff
,a lthough this has some HTTP exception logic in it. My issue is that Slack will return a response of
{
"ok": false,
"error": "not_in_channel"
}
And i'd like to reaise the not_in_channel
error.aaronsteers
10/15/2021, 8:03 PMaaronsteers
10/15/2021, 8:04 PMaaronsteers
10/15/2021, 8:04 PMaaronsteers
10/15/2021, 8:05 PM_request_with_backoff
but in the future we'd either just make that public to encourage overriding or make certain parts of that abstract so that you can override just the parts you need to.stephen_bailey
10/15/2021, 8:39 PMparse_response
edgar_ramirez_mondragon
10/15/2021, 8:45 PMstephen_bailey
10/15/2021, 9:33 PM