We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8703324 commit 03f5484Copy full SHA for 03f5484
docs/gl_objects/projects.rst
@@ -293,6 +293,19 @@ generated by GitLab you need to:
293
with open('/tmp/export.tgz', 'wb') as f:
294
export.download(streamed=True, action=f.write)
295
296
+You can export and upload a project to an external URL (see upstream documentation
297
+for more details)::
298
+
299
+ project.exports.create(
300
+ {
301
+ "upload":
302
303
+ "url": "http://localhost:8080",
304
+ "method": "POST"
305
+ }
306
307
+ )
308
309
You can also get the status of an existing export, regardless of
310
whether it was created via the API or the Web UI::
311
0 commit comments