Skip to content

PaginatedResultReceiver[A: Any val]

[Source]

actor tag PaginatedResultReceiver[A: Any val]

Constructors

create

[Source]

new tag create(
  creds: Credentials val,
  p: Promise[(PaginatedList[A] val | RequestError val)] tag,
  c: PaginatedListJsonConverter[A] val)
: PaginatedResultReceiver[A] tag^

Parameters

Returns


Public Behaviours

success

[Source]

be success(
  json: JsonDoc val,
  link_header: String val)

Parameters


failure

[Source]

be failure(
  status: U16 val,
  response_body: String val,
  message: String val)

Parameters