Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 244 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 244 Bytes

slack-messaging-api

Slack messaging API

Java implementation of the Slack messaging API

Usage:

SlackMessagingApi messagingAPI = new SlackMessagingApi(clientId, clientSecret);
messagingAPI.doSometing......

https://api.slack.com/