Crate gc_hub_rest
Expand description
This module contains the REST API server and client for the GC Hub service.
To use the server, enable the server feature.
To use the client, enable the client feature.
§Authentication
For information about authentication and authorization, see here.
pub use server::GCHubRestServerBuilder;pub use server::generate_open_api_spec_json;pub use client::GCHubInternalClient;pub use client::GCHubRestClient;pub use server::auth::LdapConfigBuilder;
- client
- GC Hub REST Client
This module provides clients for interacting with the GC Hub REST API.
- endpoints 🔒
- models
- server