Skip to main content

Crate gingr

Crate gingr 

Source
Expand description

Gingr integration contracts, DTO mappings, endpoints, transport, and webhook verification.

Re-exports§

pub use config::ApiKey;
pub use config::BaseUrl;
pub use config::Provider;
pub use config::Subdomain;

Modules§

config
Validated tenant URL, provider label, and redacted API-key configuration for Gingr requests.
dto
Raw Gingr DTO surfaces that are intentionally quarantined before NVA domain promotion.
endpoint
Secret-free request builders for Gingr endpoint contracts.
mapping
Promotion helpers from quarantined Gingr records into source-agnostic candidates.
response
HTTP and provider response envelopes that retain raw Gingr evidence for later decoding.
transport
Secret-aware request capture, redaction, and transport abstractions for Gingr endpoints.
webhook
Fixture-safe Gingr webhook parsing and acknowledgement contracts.