HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
115 stars 53 forks source link

Allow a user to specify the http client and we'll just reuse that #171

Closed szabowexler closed 4 years ago

szabowexler commented 4 years ago

Adds the option to construct your own NioHttpClient for reuse among many slack client wrappers. Helps address #170

NOTE: if you pass in your own client like this, you own closing it down.