data class RepoDescription(val owner: String, val repo: String)

Object describing the identification for a GitHub repo

Parameters

owner

first part of url path part

repo

second part of url path part

Constructors

Link copied to clipboard
constructor(owner: String, repo: String)

Properties

Link copied to clipboard
Link copied to clipboard