Skip to content

Instantly share code, notes, and snippets.

@jedahan
Created November 7, 2011 16:32
Show Gist options
  • Select an option

  • Save jedahan/1345451 to your computer and use it in GitHub Desktop.

Select an option

Save jedahan/1345451 to your computer and use it in GitHub Desktop.
POST /stream?swarm_id=1d2430fb77212954a9dab3ce81fc17e125627d3f&resource_id=fbd2906e052ec7fb477ad0707c35156557d62bbc HTTP/1.1
Host:api.bugswarm.net
x-bugswarmapikey:ad3710c9d01e6502ce85a441f1e85546a21ecb37
transfer-encoding:chunked
Connection:keep-alive
Content-Type: application/json
36
{"message": {"payload": {"analog": [0, 1, 2, 3, 4] }}}
40
{"message": {"payload": {"analog": [391, 312, 277, 258, 246] }}}
@jedahan

jedahan commented Nov 7, 2011

Copy link
Copy Markdown
Author

This however, works O_O

POST /stream?swarm_id1d2430fb77212954a9dab3ce81fc17e125627d3f=&resource_id=fbd2906e052ec7fb477ad0707c35156557d62bbc HTTP/1.1
Host:api.bugswarm.net
x-bugswarmapikey:ad3710c9d01e6502ce85a441f1e85546a21ecb37
transfer-encoding:chunked
Connection:keep-alive
Content-Type: application/json

23
{"message": {"payload": {"0":390}}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment