Dibk.Ftpb.Integration.SvarUt
0.8.3
dotnet add package Dibk.Ftpb.Integration.SvarUt --version 0.8.3
NuGet\Install-Package Dibk.Ftpb.Integration.SvarUt -Version 0.8.3
<PackageReference Include="Dibk.Ftpb.Integration.SvarUt" Version="0.8.3" />
paket add Dibk.Ftpb.Integration.SvarUt --version 0.8.3
#r "nuget: Dibk.Ftpb.Integration.SvarUt, 0.8.3"
// Install Dibk.Ftpb.Integration.SvarUt as a Cake Addin #addin nuget:?package=Dibk.Ftpb.Integration.SvarUt&version=0.8.3 // Install Dibk.Ftpb.Integration.SvarUt as a Cake Tool #tool nuget:?package=Dibk.Ftpb.Integration.SvarUt&version=0.8.3
SvarUt Forsendelse REST integration
This .Net Standard library integrates with the KS SvarUt REST API.
Usage
The SvarUtClient
is registered by using the extension method in 'SvarUtClientExtensions'. 'SvarUtClient.SendForsendelse' is configured to have a 16 minute timeout. All the other methods use the default timeout value of 100 seconds.
Dotnet Core
Configuration of services
.ConfigureServices((_, services) =>
{
services.AddLogging();
services.AddSvarUtClient(new Uri(_.Configuration["SvarUtConfigSettings:BaseAddress"]), _.Configuration["SvarUtConfigSettings:UserName"], _.Configuration["SvarUtConfigSettings:Password"]);
});
About MimeTypes class
A copy and of the nuget package MimeTypes https://www.nuget.org/packages/MimeTypes which didn't support C# 7.3
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.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Http (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.3)
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 |
---|---|---|
0.8.3 | 135 | 11/5/2024 |
0.8.2 | 179 | 9/9/2024 |
0.8.1 | 121 | 7/8/2024 |
0.8.0 | 507 | 2/8/2024 |
0.7.5 | 114 | 2/8/2024 |
0.7.4 | 150 | 2/7/2024 |
0.7.3 | 137 | 2/5/2024 |
0.7.2 | 242 | 12/21/2023 |
0.7.1 | 6,907 | 11/30/2022 |
0.7.0 | 426 | 11/4/2022 |
0.6.0 | 434 | 10/7/2022 |
0.6.0-beta | 190 | 9/28/2022 |
0.5.0-beta | 185 | 9/28/2022 |
0.5.0-alfa | 179 | 9/28/2022 |
0.4.5 | 491 | 6/15/2022 |
0.4.1 | 659 | 3/29/2022 |
0.3.19 | 435 | 3/29/2022 |
0.3.17 | 454 | 3/29/2022 |
0.3.14 | 461 | 3/15/2022 |
0.3.13 | 450 | 3/15/2022 |
0.3.12 | 343 | 1/10/2022 |
0.3.11 | 355 | 12/15/2021 |
0.2.0 | 434 | 5/27/2021 |
0.1.0 | 514 | 1/29/2021 |
0.8.1
- Implementert mulighet for prefix og suffix i forsendelsetitttel.
0.8.0
- Lagt til builder av forsendelse for å gjøre det enklere å bygge forsendelse med flere dokumenter. Dette er spesialiesrt for bruk i DiBKs Fellestjenester Plan og Bygg.
- Endret alle public metoder til postfix 'Async' for å indikere at de er asynkrone. Dette er breaking change.
0.7.3
- Flyttet logging av forsendelse payload slik at den kan kobles med forsendelsesId
0.7.2
- Lagt til mer logging ved oppbygging av forsendelse, samt verbose log av forsendelse payload
0.7.0
- Endret SvarUtRequestException til å arve fra Exception. Matcher inputparameter i konstruktør med navn på public property for å støtte deserialisering
0.6.0
- Endret SvarUtRequestException til å inneholde fullstendig SvarUtError rapportert av SvarUt APIet
- La til ny property i dokument "InneholderPersonsensitivInformasjon"