-
-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Labels
Description
From the doc: https://gitlab.adhoc-gti.com/help/api/projects.md#uploads
How python does it: https://github.com/gpocentek/python-gitlab/pull/239/files
This is effectively a requests call for MultiPart: http://docs.python-requests.org/en/master/user/quickstart/#post-a-multipart-encoded-file
nekrich and jirutka