Module mz_cloud_api::config
source · Expand description
This module defines the configuration and builder structs for the Materialize
cloud Client
.
The main type exported from this module is the ClientBuilder
struct,
which is used to configure and build instances of the Client
struct. The
Client
struct provides methods for interacting with various admin APIs,
such as creating and managing users, or listing passwords.
Structs§
Statics§
- The header used by the Region API to specify which API version this client supports
- The default endpoint the client will use to issue the requests.