DeviceHive Playground
Playgrounds is by far the easiest way to start your IoT project. Here are the steps you need to take to get yourself one.
-
Create an account on http://playground.devicehive.com by registering or using Facebook, Github or Twitter
-
After a sign-in copy your client token and API URL
-
Confirm that your playground works by submitting a request like, replace TOKEN with authentication token info from playground page:
curl -X GET -H 'Content-Type: application/json' -H 'Authorization: Bearer TOKEN' "http://playground.devicehive.com/api/rest/network"
Once working, you can explore DeviceHive APIs through admin console: http://playground.devicehive.com/admin
Updated less than a minute ago