HubSpot / slack-client

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

send slack token properly #222

Closed tpoll closed 3 years ago

tpoll commented 3 years ago

https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps

New apps currently can't use these methods.

We need to start sending all the tokens as Auth headers and not query params.

tpoll commented 3 years ago

Also -- reformats the imports to match our style guide.