List bookmarked git repositories
git_repos_list(limit = NULL, page_num = NULL, order = NULL, order_dir = NULL)
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. |
An array containing the following fields:
integer, The ID for this git repository.
string, The URL for this git repository.
string,
string,