LinkedResultReceiver
[Source]
Receives the result of an HTTP GET request that returns JSON along with a
Link header. Used by both paginated list and search result requesters.
interface tag LinkedResultReceiver
Public Behaviours
success
[Source]
be success(
json: JsonNav val,
link_header: String val)
Parameters
failure
[Source]
be failure(
status: U16 val,
response_body: String val,
message: String val)
Parameters