# Functions
MakeRestClient is the factory for constructing a RestClient for a given endpoint.
# Structs
RestClient manages the REST interface for a calling user.
# Type aliases
BytesBase64 is a base64-encoded binary blob (i.e., []byte), for use with text encodings like JSON.