The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hubot::Scripts::sayhttpd

VERSION

version 0.1.10

SYNOPSIS

CONFIGURATION

HUBOT_SAY_HTTP_SECRET

DESCRIPTION

HTTP Say Interface with SERECT file.

JSON API

  Please ensure that the http client sending Content-Type "application/json".

  curl -H 'Content-Type: application/json' -d '{"room": "#test-channel", "secret": "foobar", "message": "Hello from JSON" }' http://localhost:8080/hubot/say

AUTHOR

Jonas Genannt <jonas@capi2name.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jonas Genannt.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.