Skip to content

Download attachments through API

Problem to solve

Hi, I'm creating my own application to communicate with gitlab api. There is a way to upload file through api (https://docs.gitlab.com/ce/api/projects.html#upload-a-file), but how to download them? I don't want to redirect users from my app to gitlab, because they event do not have login credentials.

Proposal

Add method to download file

Edited by Fabian Ehrlich