git_repos_list {civis} | R Documentation |
List bookmarked git repositories
Description
List bookmarked git repositories
Usage
git_repos_list(limit = NULL, page_num = NULL, order = NULL, order_dir = NULL)
Arguments
limit |
integer optional. Number of results to return. Defaults to 20. Maximum allowed is 100. |
page_num |
integer optional. Page number of the results to return. Defaults to the first page, 1. |
order |
string optional. The field on which to order the result set. Defaults to repo_url. Must be one of: repo_url, created_at. |
order_dir |
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc. |
Value
An array containing the following fields:
id |
integer, The ID for this git repository. |
repoUrl |
string, The URL for this git repository. |
createdAt |
string, |
updatedAt |
string, |
[Package civis version 3.1.2 Index]