Skip to content

v0.4.0

Compare
Choose a tag to compare
@soxtoby soxtoby released this 26 Aug 12:07
· 344 commits to master since this release
34d9d1b
  • Switching to POST requests for API methods that Slack prefers POST for, allowing for larger requests with more content.
  • ISlackApiClient exposes two new Post methods that POST their args in the body of the request.

Breaking Changes

  • The IHttp interface now provides a single Execute method that takes in a HttpRequestMessage, rather than separate Get and Post methods.