HubSpot / slack-client

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

Add team name to SlackTeam model #232

Closed zmarushchak-hs closed 3 years ago

zmarushchak-hs commented 3 years ago

Added Slack team name to SlackTeam model to be able to get team name with team.info method. Also, the team.info response doesn't contain the property slack_team. The corresponding JSON property is named team. This was fixed in the TeamInfoResponse model.