Skip to content

Instantly share code, notes, and snippets.

@edsrzf
Forked from treeder/update_queue.sh
Created January 8, 2013 23:16
Show Gist options
  • Save edsrzf/4488977 to your computer and use it in GitHub Desktop.
Save edsrzf/4488977 to your computer and use it in GitHub Desktop.
curl -H "Authorization: OAuth TOKEN" -H "Content-Type: application/json" \
-d '{"push_type":"multicast", "subscribers": [{"url": "http://mysterious-brook-1807.herokuapp.com/ironmq_push_1"}, {"url": "http://mysterious-brook-1807.herokuapp.com/ironmq_push_2"}]}' \
"https://mq-aws-us-east-1.iron.io/1/projects/PROJECT_ID/queues/pushq-demo-1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment