package
0.0.0-20241001120344-791233ab31d1
Repository: https://github.com/wearemojo/mojo-public-go.git
Documentation: pkg.go.dev
# Functions
NewClient returns a client configured with a transport scheme, remote host and URL prefix supplied as a URL <scheme>://<host></prefix>.
# Variables
DefaultUserAgent is the default HTTP User-Agent Header that is presented to the server.
ErrNoResponse is returned when a client request is given a body to unmarshal to however the server does not return any content (HTTP 204).
# Structs
Client represents a json-client HTTP client.
ClientRequestError is returned when an error related to constructing a client request occurs.
ClientTransportError is returned when an error related to executing a client request occurs.