Repo

class Repo

Part of RepoSearch in Github API response - one repository entry in items

Constructors

Repo
Link copied to clipboard
fun Repo()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
parseUrl
Link copied to clipboard
fun parseUrl(url: String): Github.Repo

Initialize this with an url, extracting all possible fields from it.

toString
Link copied to clipboard
open fun toString(): String

Properties

default_branch
Link copied to clipboard
var default_branch: String
description
Link copied to clipboard
var description: String? = null
full_name
Link copied to clipboard
var full_name: String
html_url
Link copied to clipboard
var html_url: String
name
Link copied to clipboard
var name: String
owner
Link copied to clipboard
var owner: Github.RepoOwner
size
Link copied to clipboard
var size: Int = 0
stargazers_count
Link copied to clipboard
var stargazers_count: Int = 0
updated_at
Link copied to clipboard
var updated_at: String

Sources

jvm source
Link copied to clipboard