1GitLab::API::v4::Mock::URsEeSrTCCloinetnrti(b3uptme)d PeGriltLDaobc:u:mAePnIt:a:tvi4o:n:Mock::RESTClient(3pm)
2
3
4
6 GitLab::API::v4::Mock::RESTClient - Mocked REST client that doesn't
7 actually make HTTP requests.
8
10 This module is a subclass of GitLab::API::v4::RESTClient. It modifies
11 it to divert HTTP requests to GitLab::API::v4::Mock::Engine rather than
12 making live requests.
13
14 This module is used by GitLab::API::v4::Mock.
15
17 engine
18 The GitLab::API::v4::Mock::Engine used behind the hood.
19
21 GET users
22 Handles "users" in GitLab::API::v4.
23
24 GET user/:id
25 Handles "user" in GitLab::API::v4.
26
27 POST users
28 Handles "create_user" in GitLab::API::v4.
29
30 PUT user/:id
31 Handles "edit_user" in GitLab::API::v4.
32
33 DELETE user/:id
34 Handles "delete_user" in GitLab::API::v4.
35
37 See "SUPPORT" in GitLab::API::v4.
38
40 See "AUTHORS" in GitLab::API::v4.
41
43 See "COPYRIGHT AND LICENSE" in GitLab::API::v4.
44
45
46
47perl v5.28.2 2019-05G-i1t7Lab::API::v4::Mock::RESTClient(3pm)