# Functions
NewClient returns a new client.
NewErrorResponse returns a new ErrorResponse.
WithDebug is an option setting function for NewClient that sets the debug mode on the underlying generic http client.
WithLogger is an option setting function for NewClient that sets the logger on the underlying generic http client.
WithUserAgent is an option setting function for NewClient that sets the user-agent on the underlying generic http client.
# Constants
APIPrefix is the prefix for all API paths.
APIVersion is the prefix for all API paths (without the leading slash).
PortNumber is the default port for `sifid` (sifi on a keypad).
ServiceName is the public name of the manifold-api service.
# Structs
Client is a connection to the manifold-api service.
InfoResponse is the response body for GET /.
ResponseError is the response body for all error responses.