Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Lacko
gitlab_api
Commits
43d87610
Commit
43d87610
authored
Dec 06, 2019
by
Roman Lacko
Committed by
Fakultni administrativa
Dec 06, 2019
Browse files
GitLab::Groups: Parameter encoding
parent
ea9676e1
Changes
1
Show whitespace changes
Inline
Side-by-side
GitLab/Groups.pm
View file @
43d87610
...
...
@@ -38,6 +38,9 @@ my $requests = {
statistics
owned
)
],
encode
=>
[
qw(
gid
)
],
paginated
=>
1
,
},
...
...
@@ -54,12 +57,18 @@ my $requests = {
owned
starred
)
],
encode
=>
[
qw(
gid
)
],
paginated
=>
1
,
},
group_details
=>
{
method
=>
"
GET
",
path
=>
"
/groups/<gid>
",
encode
=>
[
qw(
gid
)
],
},
group_create
=>
{
...
...
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