GetRepository¶
Fetches a single repository by owner and name.
Constructors¶
create¶
Returns¶
- GetRepository val^
Public Functions¶
apply¶
fun box apply(
owner: String val,
repo: String val,
creds: Credentials val)
: Promise[RepositoryOrError] tag
Parameters¶
- owner: String val
- repo: String val
- creds: Credentials val
Returns¶
- Promise[RepositoryOrError] tag
by_url¶
Parameters¶
- url: String val
- creds: Credentials val
Returns¶
- Promise[RepositoryOrError] tag
eq¶
Parameters¶
- that: GetRepository val
Returns¶
- Bool val
ne¶
Parameters¶
- that: GetRepository val
Returns¶
- Bool val