View Source Xander.Query.Response (Xander v0.1.1)

Summary

Functions

Parses the response from a query. Accepts CBOR encoded responses.

Types

cbor()

@type cbor() :: binary()

Functions

parse_response(cbor_response)

@spec parse_response(cbor()) :: {:ok, any()} | {:error, atom()}

Parses the response from a query. Accepts CBOR encoded responses.