Skip to content

GetUsernameGists

[Source]

Lists a specific user's public gists as a paginated list.

primitive val GetUsernameGists

Constructors

create

[Source]

new val create()
: GetUsernameGists val^

Returns


Public Functions

apply

[Source]

fun box apply(
  username: String val,
  creds: Credentials val)
: Promise[(PaginatedList[Gist val] val | RequestError val)] tag

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns