Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 804 Bytes

File metadata and controls

22 lines (14 loc) · 804 Bytes

Methods

An interface for querying information from and enacting change in a Slack workspace.

Read the docs for explanations of concepts, or explore reference pages for specific functionalities.

Making a request

$ cd methods  # Navigate to the project root
$ slack app settings  # Create an app
$ vim src/main/java/chat/ChatPostMessage.java  # Edit arguments
$ export SLACK_TOKEN=xoxb-example  # Set if unchanged
$ mvn compile exec:java -Dexec.mainClass=chat.ChatPostMessage  # Make the request

What's on call

chat