v0.4.0
- Switching to POST requests for API methods that Slack prefers POST for, allowing for larger requests with more content.
ISlackApiClient
exposes two newPost
methods that POST theirargs
in the body of the request.
Breaking Changes
- The
IHttp
interface now provides a singleExecute
method that takes in aHttpRequestMessage
, rather than separateGet
andPost
methods.