-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated API? #43
Comments
Yes, indeed, I haven't kept up with the API changes in the last couple of years. It would need some updating to get back to an usable state, but I haven't had the time to do so, given I don't automate Slack much these days anymore. Pull requests are of course welcome, I'll try to review them quickly. |
I might be able to help since I'm doing a side project that will use Slack API. |
Sounds good! I've merged your PRs and modernized the library a bit so it is a better place to start. |
- This partially addresses Leonidas-from-XIV#43 - `channels.list` seems to become `conversations.list` now. - Responses of `conversations.list` are limited conversation objects that do not have `members` attribute. - No need to trime channel names anymore?
With the included
slack_notify
CLI tool one can find a few outdated usage of Slack Web API:token=...
argument, but must be withAuthorization
header.channels.list
method seems to be replaced byadmin.usergroups.listChannels
.There also seems to be a lot of methods not supported, such
admins.*
,reactions.*
,reminders.*
,usergroups.*
(replacesgroups.*
probably), etc.The text was updated successfully, but these errors were encountered: