Get Repositories Plain Args
data class GetRepositoriesPlainArgs(val includeRepoId: Boolean? = null, val query: String, val resultsPerPage: Int? = null, val sort: String? = null) : ConvertibleToJava<GetRepositoriesPlainArgs>
A collection of arguments for invoking getRepositories.
Properties
Link copied to clipboard
Returns a list of found repository IDs
Link copied to clipboard
Search query. See documentation for the search syntax.
Link copied to clipboard
Set the number of repositories requested per API call. Can be useful to decrease if requests are timing out or to increase to reduce the number of API calls. Defaults to 100.