projID {gitgadget} | R Documentation |
Find project ID
Description
Find project ID
Usage
projID(path_with_namespace, token, server, owned = TRUE, search = "")
Arguments
path_with_namespace |
Repo name together with the group or user namespace |
token |
GitLab token |
server |
The GitLab API server |
owned |
Restrict listing to only repos owned by the user? TRUE or FALSE |
search |
Search term to use to narrow down the set of projects |
Details
See https://github.com/vnijs/gitgadget for additional documentation
[Package gitgadget version 0.8.1 Index]