Altairis.Fakturoid.Client 3.0.0

dotnet add package Altairis.Fakturoid.Client --version 3.0.0                
NuGet\Install-Package Altairis.Fakturoid.Client -Version 3.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Altairis.Fakturoid.Client" Version="3.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Altairis.Fakturoid.Client --version 3.0.0                
#r "nuget: Altairis.Fakturoid.Client, 3.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Altairis.Fakturoid.Client as a Cake Addin
#addin nuget:?package=Altairis.Fakturoid.Client&version=3.0.0

// Install Altairis.Fakturoid.Client as a Cake Tool
#tool nuget:?package=Altairis.Fakturoid.Client&version=3.0.0                

NuGet Status

Fakturoid API C#/.NET client

Toto je knihovna určená pro další vývojáře. Máte zájem o vývoj na zakázku?

This is library intended for other developers. Are you interested in custom development?

This projects aims to create C#/.NET client for API of Czech online accounting service Fakturoid and implements the API v3.

The library is written in C# and targets .NET Standard 2.0, so it can be used both in current .NET ("Core") and the legacy .NET Framework.

How to use in your project

Install current version of library as a NuGet package Altairis.Fakturoid.Client from the NuGet Gallery:

install-package Altairis.Fakturoid.Client

What is supported and what is not

The library currently supports the following features of the Fakturoid API:

  • Client Credentials Flow
  • The following entities:
    • BankAccounts
    • Events
    • Invoices
    • NumberFormats
    • Subjects
    • Todos

The following features are not supported yet:

  • Authorization Code Flow.
  • Proper handling of the rate limiting. If you hit a rate limit, the library will throw an exception, but currently does not provide any way get information on how many requests are remaining in current period and when the period will reset.
  • Other entities than the mentioned above. There are models prepared for them, but the proxies are not implemented yet.

Further development

Originally I developed this library for a project of mine and it supported the features that the Facturoid API provided at that time. Scope of the Fakturoid service (and its API) was vastly extended since then, and I don't have time to keep up with all the changes. I am not using this library anymore, so I am not actively developing it. Also, I don't know how many users this library actually has and if it makes sense to add new features.

I will make reasonable efforts to fix bugs, but I don't plan to add new features. However I am open to pull requests and I am available for paid custom development of this library or any other .NET project.

Upgrade from version 2.x

If you used version 2.x of this library, you will need to make some changes in your code. Most changes are related to the new API version 3, which has a new logic in many places and completely new authentication system. In addition, there are mainly the following breaking changes:

  • The interface is now fully asynchronous, and the synchronous methods are not available anymore.
  • The models, originally called JsonSomething , are now called just Something and were moved to Altairis.Fakturoid.Client.Models namespace.
  • The model properties are now in PascalCase (as is common in C#) instead of snake_case (as in the original API).

Documentation

  • Look into the Altairis.Fakturoid.Client.DemoApp project for usage.
  • All public members have XML documentation that will show up in IntelliSense.
  • The API Reference is available.

Contributor Code of Conduct

This project adheres to No Code of Conduct. We are all adults. We accept anyone's contributions. Nothing else matters.

For more information please visit the No Code of Conduct homepage.

This project is developed and maintained by Michal A. Valášek and the Altairis corporation. This project has no official relation to the Fakturoid service or its owner.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 166 2/22/2025
2.11.1 6,414 3/7/2023
2.11.0 342 2/24/2023
2.10.0 1,011 8/13/2021
2.9.0 1,298 1/29/2021
2.8.0 4,079 1/25/2019
2.7.0 804 1/2/2019
2.6.0 1,073 5/19/2018
2.5.0 1,220 9/5/2016
2.0.1 1,580 4/14/2015
2.0.0 1,484 9/30/2014
1.0.0.1 1,601 8/5/2013
1.0.0 1,586 8/4/2013