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.
Please note that some more obscure functions are not (yet) supported - like API access to generators, reports etc. I'll implement them once I would need them, or you can do it in your fork (I accept pull request). The infrastructure is all here.
The library is developed in C#, uses Microsoft ASP.NET Web API Client Libraries (NuGet: Microsoft.AspNet.WebApi.Client
) and conforms to .NET Standard 2.0 - therefore you can use it both in .NET Framework 4.x and .NET5.
Since version 2.5, the library exposes fully asynchronnous Task-based API for use with async
and await
.
Install current version of library as a NuGet package Altairis.Fakturoid.Client
from the NuGet Gallery:
install-package Altairis.Fakturoid.Client
Current version supports Fakturoid API v2.
The only breaking change from v1 is that constructor of FakturoidContext
class now requires the email
argument as well and that its AuthenticationName
arg and property was renamed to AccountName
to avoid confusion.
- 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.
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, (of ASPNET.CZ fame) and the Altairis corporation. This project has no official relation to the Fakturoid service or its owner.