Skip to content
Snippets Groups Projects
Verified Commit 83d9147b authored by Roman Lacko's avatar Roman Lacko
Browse files

GitLab::Projects: Add project_export*() methods

parent 4b7ba46b
No related branches found
No related tags found
No related merge requests found
......@@ -373,6 +373,25 @@ my $requests = {
namespace
)],
},
project_export => {
method => 'POST',
path => '/projects/<id>/export',
optional => [qw(
description
)],
},
project_export_status => {
method => 'GET',
path => '/projects/<id>/export',
},
project_export_download => {
method => 'GET',
path => '/projects/<id>/export/download',
download => 1,
},
};
sub import {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment