Skip to content

Feature/update access token response - #185

Merged
Inumedia merged 3 commits into
Inumedia:masterfrom
jeeshenlee:feature/update-access-token-response
May 21, 2019
Merged

Feature/update access token response#185
Inumedia merged 3 commits into
Inumedia:masterfrom
jeeshenlee:feature/update-access-token-response

Conversation

@jeeshenlee

Copy link
Copy Markdown

Add incoming_webhook into AccessTokenResponse.cs

Below is the sample json on Slack documentation

{
    "access_token": "xoxp-XXXXXXXX-XXXXXXXX-XXXXX",
    "scope": "incoming-webhook,commands,bot",
    "team_name": "Team Installing Your Hook",
    "team_id": "XXXXXXXXXX",
    "incoming_webhook": {
        "url": "https://hooks.slack.com/TXXXXX/BXXXXX/XXXXXXXXXX",
        "channel": "#channel-it-will-post-to",
        "configuration_url": "https://teamname.slack.com/services/BXXXXX"
    },
    "bot":{
        "bot_user_id":"UTTTTTTTTTTR",
        "bot_access_token":"xoxb-XXXXXXXXXXXX-TTTTTTTTTTTTTT"
    }
}

@Inumedia

Copy link
Copy Markdown
Owner

@jeeshenlee Uhh??? This PR is empty.

@jeeshenlee

Copy link
Copy Markdown
Author

@Inumedia, sorry. Have just updated the changes required.

@Inumedia
Inumedia merged commit 578b6c8 into Inumedia:master May 21, 2019
@jeeshenlee
jeeshenlee deleted the feature/update-access-token-response branch May 22, 2019 08:55
Inumedia added a commit that referenced this pull request Aug 22, 2019
…esponse

Feature/update access token response
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.

2 participants