Altairis.Fakturoid.Client
2.11.1
dotnet add package Altairis.Fakturoid.Client --version 2.11.1
NuGet\Install-Package Altairis.Fakturoid.Client -Version 2.11.1
<PackageReference Include="Altairis.Fakturoid.Client" Version="2.11.1" />
paket add Altairis.Fakturoid.Client --version 2.11.1
#r "nuget: Altairis.Fakturoid.Client, 2.11.1"
// Install Altairis.Fakturoid.Client as a Cake Addin #addin nuget:?package=Altairis.Fakturoid.Client&version=2.11.1 // Install Altairis.Fakturoid.Client as a Cake Tool #tool nuget:?package=Altairis.Fakturoid.Client&version=2.11.1
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.
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
.
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
Upgrade from version 1.x
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.
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, (of ASPNET.CZ fame) and the Altairis corporation. This project has no official relation to the Fakturoid service or its owner.
Product | Versions 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. |
.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. |
-
.NETStandard 2.0
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- Newtonsoft.Json (>= 13.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.