Crate parsec_client

Source
Expand description

Client library for integration with the Parsec service Currently this crate allows interaction with the PARSEC service through BasicClient, a low-level client that allows all supported operations to be performed, requiring all operation parameters to be provided explicitly.

Re-exports§

pub use crate::core::basic_client::BasicClient;

Modules§

auth
Client app authentication data
core
Core helpers for integration with the Parsec service
error
Error types specific to the Parsec client