Saturday, December 9, 2017

Slack USERS.LIST api test using nodejs

Official documentation :
https://api.slack.com/methods/users.list

Here's mine using node js


Full source code :
https://github.com/HyosokaPoipo/slack_api_test/blob/master/poipo_request.js.
Look at function named poipo_request_slack_users_list

Slack API.TEST using Node.js

Official documentation :
https://api.slack.com/methods/api.test

My request :
 Response:

Second Way :


Full source code can be found in my github here :
https://github.com/HyosokaPoipo/slack_api_test

Search for poipo_request.js