Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

GitLab::API::v4::WWWClient

Name GitLab::API::v4::WWWClient
Version 0.26
Located at /usr/share/perl5
File /usr/share/perl5/GitLab/API/v4/WWWClient.pm
Is Core No
Search CPAN for this module GitLab::API::v4::WWWClient
Documentation GitLab::API::v4::WWWClient
Module Details GitLab::API::v4::WWWClient


NAME

GitLab::API::v4::WWWClient - A client that works against the GitLab web site.


SYNOPSIS

    use GitLab::API::v4::WWWClient;

    my $client = GitLab::API::v4::WWWClient->new(
        url => 'https://git.example.com/',
    );

    $client->sign_in( $username, $password );

    my $res = $client->get( $path );


DESCRIPTION

This class makes it possible to interact with the GitLab web site.


REQUIRED ARGUMENTS

url

This is the base URL to your GitLab web site.


METHODS

sign_in

    $client->sign_in( $username, $password );

Signs in the client given the username and password.

get

    my $res = $client->get( $path );

Gets the path and returns the the HTTP::Tiny manpage response hash.


SUPPORT

See SUPPORT in the GitLab::API::v4 manpage.


AUTHORS

See AUTHORS in the GitLab::API::v4 manpage.


COPYRIGHT AND LICENSE

See COPYRIGHT AND LICENSE in the GitLab::API::v4 manpage.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026