Expand description
§lexoffice
The lexoffice
crate provides a type safe and easy to use client to the
LexOffice API
Re-exports§
pub use error::Error;
Modules§
- error
- Error handling for the
lexoffice
crate - model
- This model was semi-automaticly generated from The official lexoffice documentation
- request
- module that handles requests to the Lexoffice API
- types
- Types used in the model
Structs§
- ApiKey
- Represents an API Key
- Client
- The Client struct for LexOffice
- Client
Builder - Builder for
Client
instances.