Versions in this module Expand all Collapse all v0 v0.1.0 Jul 28, 2026 Changes in this version + const BaseEndpoint + const BaseURL + const Version + func Connect(ctx context.Context, apiKey string) (*hermesgrpc.Client, error) + func ConnectWithOptions(ctx context.Context, apiKey string, opts hermesgrpc.Config) (*hermesgrpc.Client, error) + func New(apiKey string) (*rest.Hermes, error) + func NewWithOptions(apiKey string, opts rest.Config) (*rest.Hermes, error) + type GrpcConfig = hermesgrpc.Config + type GrpcIdentity = hermesgrpc.Identity + type Hermes = rest.Hermes + type HermesError = rest.Error + type HermesGrpc = hermesgrpc.Client + type HermesGrpcError = hermesgrpc.Error + type Identity = rest.Identity + type RestConfig = rest.Config