[][src]Crate lexoffice

lexoffice

The lexoffice crate provides a type safe and easy to use client to the LexOffice API

Modules

client

An asynchronous Client to make Requests with.

model

This model was semi-automaticly generated from The official lexof documentation

request

module that handles requests to the Lexoffice API

Enums

Error

The Errors that may occur working with this crate.

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