Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Roman Lacko
gitlab_api
Commits
eec6bfac
Commit
eec6bfac
authored
Sep 30, 2016
by
Roman Lacko
Browse files
Update README.md
parent
291b2443
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
eec6bfac
...
...
@@ -27,12 +27,13 @@ my $groups = $gitlab->groups(search => "pb161");
-
[
official GitLab API documentation
](
https://docs.gitlab.com/ce/api/
)
-
core modules
-
[
`GitLab`
](
pod
-
GitLab.md
)
-
[
`GitLab::API`
](
pod
-
GitLab-API.md
)
-
[
`GitLab`
](
pod
/
GitLab.md
)
-
[
`GitLab::API`
](
pod
/
GitLab-API.md
)
-
extensions
-
[
`GitLab::Groups`
](
pod-GitLab-Groups.md
)
-
[
`GitLab::Namespaces`
](
pod-GitLab-Namespaces.md
)
-
[
`GitLab::Users`
](
pod-GitLab-Users.md
)
-
[
`GitLab::Groups`
](
pod/GitLab-Groups.md
)
-
[
`GitLab::Namespaces`
](
pod/GitLab-Namespaces.md
)
-
[
`GitLab::Projects`
](
pod/GitLab-Projects.md
)
-
[
`GitLab::Users`
](
pod/GitLab-Users.md
)
## Dependencies
...
...
@@ -43,4 +44,5 @@ my $groups = $gitlab->groups(search => "pb161");
-
[
`LWP::Protocol::https`
](
https://metacpan.org/pod/LWP::Protocol::https
)
-
[
`Try::Tiny`
](
https://metacpan.org/pod/Try::Tiny
)
-
[
`URI`
](
https://metacpan.org/pod/URI
)
-
[
`URI::Encode`
](
https://metacpan.org/pod/URI::Encode
)
-
[
`URI::QueryParam`
](
https://metacpan.org/pod/URI::QueryParam
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment