Skip to content

Instantly share code, notes, and snippets.

@cat-haines
Created June 12, 2014 18:08
Show Gist options
  • Select an option

  • Save cat-haines/34fd9be68fd792959afb to your computer and use it in GitHub Desktop.

Select an option

Save cat-haines/34fd9be68fd792959afb to your computer and use it in GitHub Desktop.
curl -X POST -d "type=drone&color=black&owner=bc7e4f6c-a0a7-4ab7-98b7-ec688fd36156" http://skynet.im/devices
{"type":"drone","color":"black","owner":"bc7e4f6c-a0a7-4ab7-98b7-ec688fd36156","ipAddress":"173.8.157.38","uuid":"58402a41-f25c-11e3-ba2e-0b078550b2fe","timestamp":"2014-06-12T18:06:58.276Z","token":"b56jgbmi8xyo80k97rj9fx4p274d9529","channel":"main","online":false}
verify that uuid exists by running:
curl -X GET http://skynet.im/devices/58402a41-f25c-11e3-ba2e-0b078550b2fe --header "skynet_auth_uuid: bc7e4f6c-a0a7-4ab7-98b7-ec688fd36156" --header "skynet_auth_token: b56jgbmi8xyo80k97rj9fx4p274d9529"
{"error":"unauthorized"}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment