Created
July 19, 2016 15:57
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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