Skip to main content

Crate gc_hub_rest

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.

Re-exports§

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;

Modules§

client
GC Hub REST Client This module provides clients for interacting with the GC Hub REST API.
endpoints 🔒
models
server