Skip to main content

Crate affinidi_meeting_place

Crate affinidi_meeting_place 

Source
Expand description

Rust client for Affinidi Meeting Place.

Construct a MeetingPlace from a TDKSharedState and the meeting-place service DID. The service DID is resolved once at construction time to discover the API endpoint via its api service entry; further requests reuse the cached endpoint.

Modules§

errors
Error types for the Affinidi Meeting Place client.
offers
Offer creation, registration, query, and deregistration.
vcard
Minimum vCard payload accepted by Meeting Place, modelled on RFC 6350.

Structs§

MeetingPlace
Affinidi Meeting Place client.

Functions§

find_api_service_endpoint
Find the serviceEndpoint with id api from a DID Document, returning its URL when present.