Skip to content

GetRepositoryLabels

[Source]

primitive val GetRepositoryLabels

Constructors

create

[Source]

new val create()
: GetRepositoryLabels val^

Returns


Public Functions

apply

[Source]

fun box apply(
  owner: String val,
  repo: String val,
  creds: Credentials val)
: Promise[(PaginatedList[Label val] val | RequestError val)] tag

Parameters

Returns


by_url

[Source]

fun box by_url(
  url: String val,
  creds: Credentials val)
: Promise[(PaginatedList[Label val] val | RequestError val)] tag

Parameters

Returns


eq

[Source]

fun box eq(
  that: GetRepositoryLabels val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: GetRepositoryLabels val)
: Bool val

Parameters

Returns