Short Description.
0.1.1
bash
cargo install rocketchat_client_rs
To run the tests:
make test
As a command line tool:
bash
$ rocketchat-client --channel "#test-logs" --webhook "https://blah.at.blah-blah-blah.com" --text "hi"
As a library: ```rust use rocketchatclientrs::RocketClient;
fn main() { let response = RocketClient::new("https://recochat.internal.recogizer.com/hooks/fKTaMGGbWqKQMWta7/rDer5rCYqpTRARsiTJY6tmmA7sEwZzRpwJgspLWXeHmPxPT5") .withchannel("#test-logs") .withtext("Hi world") .withdefault_hostname() .execute(); } ```
bash
$ cargo doc --no-deps
mit
The Azure pipeline template has been taken from https://github.com/graphql-rust/juniper here.