List bookmarked git repositories
git_repos_list(limit = NULL, page_num = NULL, order = NULL, order_dir = NULL)
An array containing the following fields:
integer, The ID for this git repository.
string, The URL for this git repository.
string,
string,
integer optional. Number of results to return. Defaults to 20. Maximum allowed is 100.
integer optional. Page number of the results to return. Defaults to the first page, 1.
string optional. The field on which to order the result set. Defaults to repo_url. Must be one of: repo_url, created_at.
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc.