stoiveyp / Slack.NetStandard

.NET Core package that helps with Slack interactions
MIT License
41 stars 16 forks source link

Fix conversion history request content-type #15

Closed cssho closed 4 years ago

cssho commented 4 years ago

The content type required by conversations.history is application/x-www-form-urlencoded .

conversations.history method | Slack