Skip to content

IssueCommentsURL

[Source]

Builds the URL for an issue's comments endpoint from owner, repo, and issue number.

primitive val IssueCommentsURL

Constructors

create

[Source]

new val create()
: IssueCommentsURL val^

Returns


Public Functions

apply

[Source]

fun box apply(
  owner: String val,
  repo: String val,
  number: I64 val)
: (String val | URITemplateParseError val)

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns