repositories
Returns repositories that the authenticated user has access to.
NOTE: in this version of the API, only repositories owned by the authenticated user are returned, but in the future the default behavior will be to return all repositories that the user either (1) has been given explicit access to via ACLs or (2) has implicit access to either by ownership or group membership.
repositories( cursor: Cursor filter: Filter): RepositoryCursorArguments
Section titled “Arguments”A cursor for enumerating a list of repositories
If there are additional results available, the cursor object may be passed back into the same endpoint to retrieve another page. If the cursor is null, there are no remaining results to return.