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

NAME

WebService::Mattermost::Helper::Alias - Alias helper for shortening package names.

VERSION

version 0.27

DESCRIPTION

Static helpers used in the library.

METHODS

v4()

Format the name of an endpoint for the version 4 API.

    use WebService::Mattermost::Helper::Alias 'v4';

    print v4   'Teams';     # prints WebService::Mattermost::API::v4::Resource::Teams
    print util 'UserAgent'; # prints WebService::Mattermost::Util::UserAgent

AUTHOR

Mike Jones <mike@netsplit.org.uk>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 by Mike Jones.

This is free software, licensed under:

  The MIT (X11) License