module FDE

Custom HTTP Client to auto-retry once when Slack Rate Limit error is encountered. The basis of this code is from github.com/stevenosloan/slack-notifier/blob/master/lib/slack-notifier/util/http_client.rb The improved APIError code from github.com/stevenosloan/slack-notifier/pull/111 And the rate limit retry is custom