Skip to content
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

Add user.conversations and conversations.mark endpoints #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

afresh1
Copy link

@afresh1 afresh1 commented Dec 15, 2021

This should resolve #50 and #51 by adding these new endpoints that replace some of the ones that were deprecated. I didn't need the other new conversations endpoints, so I didn't add those.

I also didn't remove the old deprecated methods, even though they no longer work.

There is now an OpenAPI v2 specification for the web API. Not sure if converting to generate the Client from that is worthwhile.

Which is needed to replace the deprecated channels.list, groups.list,
im.list, and mpim.list apis.
Which replaces the deprecated channels.mark, groups.mark, im.mark, and
mpim.mark endpoints.
…WebAPI

Merge in GITHUB/p5-webservice-slack-webapi from Add-missing-methods to master

* commit '0b82db7035089943507c28a0cc94b4b00657132c':
  Add conversations.mark API endpoint
  Add user.conversations endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement api.conversations.mark
1 participant