HubSpot / slack-client

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

Add method for Slack API's migration.exchange endpoint. #235

Closed higityan closed 3 years ago

higityan commented 3 years ago

Add method for Slack API's migration.exchange endpoint. After migration slack ids has changed, this endpoint returns map of old to new ids.

omotnyk commented 3 years ago

Taking a look now 👀 I was OOO yesterday.

higityan commented 3 years ago

Yes, I'm adding them. Will push them in a while.

higityan commented 3 years ago

Updated.

lmargaryan commented 3 years ago

🚢

higityan commented 3 years ago

I updated the test to use there assertj according to comments. Will merge it. Thank you!