Push file into gitlab using api
I want to push files into gitlab accounts using the gitlab file api POST projects/:id/files. However it explicitly asks for content as a text in the post request. I want to push an entire file. Is there a way through it ?