/hummingbird

REST web service designed specifically for web interfaces designed to interact with Particle.io's Photon wi-fi module.

hummingbird

REST web service designed specifically for web interfaces designed to interact with Particle.io's Photon wi-fi module.

API

Resource Name HTTP Verbs HTTP Methods
User create User
update User
delete User
view User
POST /user with Payload
PUT /user/123 with Payload
DELETE /user/123
GET /user/123
Token create Token
update Token
delete Token
view Token
POST /token with Payload
PUT /token/123 with Payload
DELETE /token/123
GET /token/123
Device create Device
update Device
delete Device
view Device
POST /device with Payload
PUT /device/123 with Payload
DELETE /device/123
GET /device/123
Operations create Operation
update Operation
delete Operation
view Operation
POST /operation with Payload
PUT /operation/123 with Payload
DELETE /operation/123
GET /operation/123