Quimble API Documentation
API Documentation:
GetAPoll
CreateAPoll
UpdateAPoll
Quimble uses URL endpoints for its API:
http://quimble.com/api/create∞
http://quimble.com/api/update/$id∞
http://quimble.com/api/delete/$id∞
http://quimble.com/api/get/$id∞
(where $id is the poll id you're working on)
You must have a registered username in order to use the Quimble API (this functions as an API key). All API commands are verified with basic HTTP Authentication.
The username/password you use must have created the poll to do anything other than "get" the poll
PhpCodeExample
Javascript styling
ChangePollStyle