Skip to content

GetRepositoryIssues

[Source]

Lists issues in a repository as a paginated list, optionally filtered by labels and state. Results can be sorted by creation time, update time, or comment count, and ordered ascending or descending. The per_page parameter controls page size (1-100, GitHub defaults to 30).

primitive val GetRepositoryIssues

Constructors

create

[Source]

new val create()
: GetRepositoryIssues val^

Returns


Public Functions

apply

[Source]

fun box apply(
  owner: String val,
  repo: String val,
  creds: Credentials val,
  labels: String val = "",
  state: String val = "open",
  sort: (SortByCreated val | SortByUpdated val | SortByComments val) = reference,
  direction: (SortAscending val | SortDescending val) = reference,
  since: String val = "",
  per_page: (I64 val | None val) = reference)
: Promise[(PaginatedList[Issue val] val | RequestError val)] tag

Parameters

Returns


by_url

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns