# Functions
Build builds a request for the REST JSON protocol.
NewUnmarshalTypedError returns an UnmarshalTypedError initialized for the set of exception names to the error unmarshalers.
Unmarshal unmarshals a response body for the REST JSON protocol.
UnmarshalError unmarshals a response error for the REST JSON protocol.
UnmarshalMeta unmarshals response headers for the REST JSON protocol.
# Variables
BuildHandler is a named request handler for building restjson protocol requests.
UnmarshalErrorHandler is a named request handler for unmarshaling restjson protocol request errors.
UnmarshalHandler is a named request handler for unmarshaling restjson protocol requests.
UnmarshalMetaHandler is a named request handler for unmarshaling restjson protocol request metadata.
# Structs
UnmarshalTypedError provides unmarshaling errors API response errors for both typed and untyped errors.