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
624202db
Commit
624202db
authored
Sep 29, 2016
by
Roman Lacko
Browse files
Add README.md
parent
800f9e8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
624202db
# ``GitLab::API``
Lightweight implementation of
``GitLab``
's API in Perl.
## Quick start
```
{.pl}
use GitLab;
my $gitlab = GitLab::API->new(
URL => "https://gitlab.fi.muni.cz/api/v3",
AuthToken => "...",
DieOnError => 1
);
my $users = $gitlab->users();
my $groups = $gitlab->groups(search => "pb161");
```
\ 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