Skip to content

GitHub

[Source]

class val GitHub

Constructors

create

[Source]

new val create(
  creds: Credentials val)
: GitHub val^

Parameters

Returns


Public Functions

get_repo

[Source]

fun box get_repo(
  owner: String val,
  repo: String val)
: Promise[(Repository val | RequestError val)] tag

Parameters

Returns


get_org_repos

[Source]

fun box get_org_repos(
  org: String val)
: Promise[(PaginatedList[Repository val] val | RequestError val)] tag

Parameters

Returns