List bookmarked git repositories

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,