slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42

Home Page:https://pkg.go.dev/github.com/slack-go/slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply retryable logic to all APIs

albert-anzenna opened this issue · comments

Description

I found that the retryable logic is only applied to "get starred content" and "get users". It is possible to extend that really quickly by using https://github.com/hashicorp/go-retryablehttp. I can send a pull request but I want to make sure this is something that you would consider as acceptable as I find that your repository does not import a lot of dependencies.