Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidsulpy/ae5021d1a1a1404840c2e3673643498c to your computer and use it in GitHub Desktop.
Save davidsulpy/ae5021d1a1a1404840c2e3673643498c to your computer and use it in GitHub Desktop.
Example of using url parameters to send sensor values to Initial State through curl command
curl https://groker.initialstate.com/api/events?accessKey=SOME_ACCESS_KEY&bucketKey=SOME_BUCKET_KEY&sensor1=1&sensor2=2&sensor3=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment