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::Mock::RESTClient

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


NAME

GitLab::API::v4::Mock::RESTClient - Mocked REST client that doesn't actually make HTTP requests.


DESCRIPTION

This module is a subclass of the GitLab::API::v4::RESTClient manpage. It modifies it to divert HTTP requests to the GitLab::API::v4::Mock::Engine manpage rather than making live requests.

This module is used by the GitLab::API::v4::Mock manpage.


ATTRIBUTES

engine

The the GitLab::API::v4::Mock::Engine manpage used behind the hood.


USER ENDPOINTS

GET users

Handles users in the GitLab::API::v4 manpage.

GET user/:id

Handles user in the GitLab::API::v4 manpage.

POST users

Handles create_user in the GitLab::API::v4 manpage.

PUT user/:id

Handles edit_user in the GitLab::API::v4 manpage.

DELETE user/:id

Handles delete_user in the GitLab::API::v4 manpage.


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