PaginatedResultReceiver[A: Any val]¶
Receives the HTTP response for a paginated request and fulfills the associated Promise with a PaginatedList or RequestError.
Constructors¶
create¶
new tag create(
creds: Credentials val,
p: Promise[(PaginatedList[A] val | RequestError val)] tag,
c: PaginatedListJsonConverter[A] val)
: PaginatedResultReceiver[A] tag^
Parameters¶
- creds: Credentials val
- p: Promise[(PaginatedList[A] val | RequestError val)] tag
- c: PaginatedListJsonConverter[A] val
Returns¶
- PaginatedResultReceiver[A] tag^