RepoSearch

class RepoSearch

Parsed GitHub repo search response

See also

Constructors

RepoSearch
Link copied to clipboard
fun RepoSearch()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

incomplete_results
Link copied to clipboard
var incomplete_results: Boolean = false

A flag set by github to indicate search was incomplete (never seen it on)

items
Link copied to clipboard
var items: ArrayList<Github.Repo>

Array of repositories

total_count
Link copied to clipboard
var total_count: Int = 0

Total number of hits for the search (ignoring paging window)

Sources

jvm source
Link copied to clipboard