View source: R/codecommit_operations.R
codecommit_list_repositories | R Documentation |
Gets information about one or more repositories.
See https://www.paws-r-sdk.com/docs/codecommit_list_repositories/ for full documentation.
codecommit_list_repositories(nextToken = NULL, sortBy = NULL, order = NULL)
nextToken |
An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved. |
sortBy |
The criteria used to sort the results of a list repositories operation. |
order |
The order in which to sort the results of a list repositories operation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.