The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Hubot::Scripts::sayhttpd

SYNOPSIS

CONFIGURATION

HUBOT_SAY_HTTP_SECRET

DESCRIPTION

HTTP Say Interface with SERECT file.

JSON API

  curl -X POST -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.