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

NAME

WebService::BitbucketServer::Spec - Databases for mapping Bitbucket Server REST APIs to code

VERSION

version 0.603

FUNCTIONS

api_info

    $info = api_info($namespace);
    $info = api_info(\%endpoint);

documentation_url

    $url = documentation_url(\%endpoint);
    $url = documentation_url(\%endpoint, $type);
    $url = documentation_url(\%endpoint, $type, $version);

Get a URL to the Bitbucket Server API documentation for an endpoint. Type can be "html" (default) or "wadl". Version can be "latest" (default) or a version number like "4.13.0".

package_name

    $name = package_name(\%endpoint);

Get the name of a package representing an API.

sub_name

    $name = sub_name(\%endpoint);

Get the name of a subroutine representing an endpoint.

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/chazmcgarvey/WebService-BitbucketServer/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Charles McGarvey <chazmcgarvey@brokenzipper.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Charles McGarvey.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.