Skip to content

Instantly share code, notes, and snippets.

@ericdcobb
Last active November 6, 2017 23:55
Show Gist options
  • Save ericdcobb/d745ed8f7cd1a28ae3ddb8b0058a29ca to your computer and use it in GitHub Desktop.
Save ericdcobb/d745ed8f7cd1a28ae3ddb8b0058a29ca to your computer and use it in GitHub Desktop.
SlackAPI slackAPI = SlackAPIFactory.newSlackFactory()
.setClientId("test-id")
.setClientSecret("test-secret")
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment