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 client::GCHubRestClient;pub use server::auth::LdapConfigBuilder;pub use server::generate_open_api_spec_json;
- client
- GC Hub REST Client
This module provides a client for interacting with the GC Hub REST API.
- endpoints 🔒
- models
- server