Image upload for issues and merge requests?
Hey GitLab team,
I'd like to add image upload to Trident App, so users can create issues / merge requests with images attached to them just like in the web UI.
There doesn't appear to be an API to do this - I have watched how the web client POSTS to /uploads and I was thinking of using this, but I don't think the App could use it because I'm missing CSRF protection tokens.