Skip to content

Instantly share code, notes, and snippets.

@cimadai
Created January 24, 2016 15:31
Show Gist options
  • Save cimadai/9796a3b993bd40865194 to your computer and use it in GitHub Desktop.
Save cimadai/9796a3b993bd40865194 to your computer and use it in GitHub Desktop.
Usage code snippet for chatwork-scala.
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