Start with .NET-Lexoffice

Install

The easiest way to install via Nuget:

Install-Package NET-Lexoffice

You can install it in .NET CLI or Paket CLI too:

dotnet add package NET-Lexoffice
paket add NET-Lexoffice

Quick Start

namespace TestApp
{
internal class Test
{
private static void Main(string[] args)
{
Lexoffice lo = new Lexoffice("abcd"); // abcd is your API Key
Console.WriteLine(lo.Contacts.GetAllContacts().Result);
}
}
}

Where I can get my API Key?

The API Key for Lexoffice do you can get here: app.lexoffice.de/settings/#/public-api.

Special API License and Terms of Use provided by Lexoffice

Please note the special API license condition and the terms of use! You can find them here.