We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Rewrite functions using deprecated groups API.
bec1e07
Fixes RamblingCookieMonster#113
Fixed in PR #115
Sorry, something went wrong.
Patch 1 (#1)
8417bce
* 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
No branches or pull requests
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: