Created
January 22, 2014 20:59
-
-
Save danromero/8567247 to your computer and use it in GitHub Desktop.
HipChat API v2 private message via curl
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
curl -H "Content-Type: application/json" \ | |
-X POST \ | |
-d "{\"message\": \"hello\" }" \ | |
https://api.hipchat.com/v2/user/433057/message?auth_token=4gZZzsXQY75pZHhfnnujKHT8F101LWzcwGPu4jUV |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment