Skip to content

Instantly share code, notes, and snippets.

@wtfgimmeaname
Created February 28, 2012 19:02
Show Gist options
  • Save wtfgimmeaname/1934402 to your computer and use it in GitHub Desktop.
Save wtfgimmeaname/1934402 to your computer and use it in GitHub Desktop.
Campfire API quick ref
# /room/ROOM_ID.json, /rooms.json, /room/ROOM_ID/speak.json
# Auth token and a dummy password (x)
curl -u AUTH_TOKEN:X
-H 'Content-Type: application/json'
-d '{"message":{"body":"message in campfire room"}}'
https://subdomain.campfirenow.com/room/ROOM_ID/speak.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment