Crate lexoffice[][src]

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

ClientBuilder

Builder for Client instances.

Type Definitions

ReadOnly

Marks a field as readonly. The user is not allowed to set this field, but it may be sent by the server.

Result

A Result where the Err is a lexoffice::Error