NAME
WebService::Mattermost::V4::API::Resource::Webhook - Wrapped API methods for the webhook API endpoints.
VERSION
version 0.30
DESCRIPTION
USAGE
use WebService::Mattermost;
my $mm = WebService::Mattermost->new({
authenticate => 1,
username => 'me@somewhere.com',
password => 'hunter2',
base_url => 'https://my.mattermost.server.com/api/v4/',
});
my $resource = $mm->api->webhooks;
ATTRIBUTES
incoming
-
Contains methods for incoming webhooks. See WebService::Mattermost::V4::API::Resource::Webhook::Incoming.
my $incoming = $resource->incoming;
outgoing
-
Contains methods for outgoing webhooks. See WebService::Mattermost::V4::API::Resource::Webhook::Outgoing.
my $outgoing = $resource->outgoing;
AUTHOR
Mike Jones <mike@netsplit.org.uk>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2023 by Mike Jones.
This is free software, licensed under:
The MIT (X11) License