# Functions
DecodeResponse decodes response body into a map.
DefaultServerURL converts a host, host:port, or URL string to the default base server API path to use with a Client at a given API version following the standard conventions for an HTTP API.
NewClient returns a API server client, which is an HTTP client.
NewRequest returns an new Request.
# Structs
Client defines a common JAC CMS API client.
ClientConfig defines a config for creating a REST client.
ContentConfig contains settings that affect how objects are transformed when sent to the server.
Request allows for building up a request to a server in a chained fashion.
TLSClientConfig contains settings to enable transport layer security (TLS).