play-co / hookbox

HookBox is a Comet server and message queue that tightly integrates with your existing web application via web hooks and a REST interface.
http://hookbox.org
MIT License
284 stars 23 forks source link

Documentation out of date #54

Open timc3 opened 14 years ago

timc3 commented 14 years ago

Some of the documentation is out of date, from the version of Hookbox on PyPI to this version.

For example, secret is now security_token, and in the current version /rest is now /web.

knuthaug commented 14 years ago

Also, the javascript docs mentions calling subscription.publish() for publishing but running against hosted.hookbox.org, that functions doesn't seem to be available on the subscription (channel) object. But on the connection object it is, with the extra argument with the channel name. Where is the bug? In the documentation or in the code?

IgorGanapolsky commented 14 years ago

And the producer.py file in the python_graphic_eq example has a wrong statement, which prevents the example being run altogether! Instead of "http://127.0.0.1:2974/rest/publish" it should be "http://127.0.0.1:2974/web/publish".