slack-go/slack

Apply retryable logic to all APIs

albert-anzenna opened this issue · 0 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.