App::KGB::API(3pm) | User Contributed Perl Documentation | App::KGB::API(3pm) |
App::KGB::API -- KGB bot API documentation
Version 4 uses JSON-RPC as described in <http://http://json-rpc.org/wiki/specification> with one extension. Since all requests are authenticated, two HTTP headers need to be included:
The project name is the string identifying the project on the server side, and the hash is the hexadecimal representation of the SHA-1 hash calculated over the following data:
Request is a JSON-RPC call to a method called commit_v4 with a single argument, which is a map with the following possible keys:
The message relay calls are to the relay_message method, with the only argument the message to be relayed.
kgb-client(1), kgb-bot(1)
Copyright (C) 2012 Damyan Ivanov
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2024-01-01 | perl v5.36.0 |