-
-
Notifications
You must be signed in to change notification settings - Fork 74
Conversations API deprecation - Get-SlackGroup #113
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
Comments
Fixed in PR #115 |
simonfagerholm
added a commit
to simonfagerholm/PSSlack
that referenced
this issue
Apr 21, 2021
* Move token to header in Send-SlackAPI RamblingCookieMonster#114 Solves breaking change in https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps=0 * Update Get-SlackHistory to use conversation.history Remove use of deprecated channel.history https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api#methods * Replace mention of channels.list with conversations.list * Rewrite functions using deprecated groups API. Fixes RamblingCookieMonster#113
TriggerAu
added a commit
to TriggerAu/PSSlack
that referenced
this issue
May 14, 2025
* Move token to header in Send-SlackAPI RamblingCookieMonster#114 Solves breaking change in https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps=0 * Update Get-SlackHistory to use conversation.history Remove use of deprecated channel.history https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api#methods * Replace mention of channels.list with conversations.list * Rewrite functions using deprecated groups API. Fixes RamblingCookieMonster#113 --------- Co-authored-by: Simon Fagerholm <zlim00@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not going to have time to do this, but the following will likely break on Feb 24:
https://github.com/RamblingCookieMonster/PSSlack/blob/master/PSSlack/Public/Get-SlackGroup.ps1
Not sure if anything else will go. https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api#methods Contains the list of endpoints that will be removed Feb. 24th.
The text was updated successfully, but these errors were encountered: