HubSpot / slack-client

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

Adding a method to SlackClient to get UserProfile #182

Closed ks3057 closed 4 years ago

ks3057 commented 4 years ago

This adds a method to the SlackClient to get the UserProfile using users.profile.get Slack API. Also adds a model to handle the response.

This is required for getting UserProfile fields in a new automation PR.