https://docs.gitlab.com/ee/api/repository_files.html#get-file-from-repository
On Aug 18, 2017 7:04 AM, "Zeynep Uyanık" <[email protected]> wrote: > http://git.example/api/v4/projects/:id/repository/tree? > PRIVATE-TOKEN=:private-token > > returns as; > > [{"id":id,"name":"test.js","type":"blob","path":"test.js","mode":"100644"}] > > > I want to get the content of file test.js. How can I achieve it? > > -- > You received this message because you are subscribed to the Google Groups > "GitLab" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/gitlabhq/3969f5a7-7db1-46ee-9d5f-8e7d752e2afa%40googlegroups.com > <https://groups.google.com/d/msgid/gitlabhq/3969f5a7-7db1-46ee-9d5f-8e7d752e2afa%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/CANNWuVUAOJdeHJyOvJ5MVFeOBX%2BTcy79Xe7CMvQsgZJBe7vfYw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
