tryGetGithubReposWithTopic
fun tryGetGithubReposWithTopic(amountPerPage: Int, page: Int): Github.RepoSearch?
Content copied to clipboard
Query GitHub for repositories marked "unciv-mod"
Return
Parsed RepoSearch json on success, null
on failure.
See also
Parameters
amountPerPage
Number of search results to return for this request.
page
The "page" number, starting at 1.
Sources
jvm source
Link copied to clipboard