Module client
Expand description
GC Hub REST Client This module provides clients for interacting with the GC Hub REST API.
Re-exports§
pub use crate::models::ErrorResponse;
Modules§
Structs§
- GCHub
Internal Client - Client for the Service Hub internal server.
- GCHub
Rest Client - Client for the Service Hub public REST API.
Targets the public server (default
0.0.0.0:3002) For runtime registration useGCHubInternalClientinstead.