[][src]Module bindle::client

Client implementation for consuming a Bindle API. Although written in Rust, it is not specific to the Rust implementation. It is meant to consume any spec-compliant bindle implementation.

Modules

load

Helpers for loading bindles and associated objects from files

Structs

Client

A client type for interacting with a Bindle server

Enums

ClientError

Describes the various errors that can be returned from the client

Constants

INVOICE_ENDPOINT
QUERY_ENDPOINT
RELATIONSHIP_ENDPOINT

Type Definitions

Result

A shorthand Result type that always uses ClientError as its error variant