Last data update: 2014.03.03

R: Access to repository functions in Gitlab API
repositoryR Documentation

Access to repository functions in Gitlab API

Description

Access to repository functions in Gitlab API

Usage

repository(req = c("tree"), project, ...)

list_files(...)

Arguments

req

request to perform on repository (everything after '/repository/' in gitlab API, as vector or part of URL)

project

name or id of project (not repository!)

...

passed on to gitlab API call, may include path argument for path

Results