Created
January 24, 2016 15:31
-
-
Save cimadai/9796a3b993bd40865194 to your computer and use it in GitHub Desktop.
Usage code snippet for chatwork-scala.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val apiKey = "YOUR API KEY FOR CHATWORK" | |
val cli = new ChatworkClient(apiKey) | |
cli.me() | |
cli.postRoomMessage("SOME CHATROOM ID", "A MESSAGE") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment