TweeAT.KvK.OpenApiClient.NaamgevingV1
1.0.0-pre001
dotnet add package TweeAT.KvK.OpenApiClient.NaamgevingV1 --version 1.0.0-pre001
NuGet\Install-Package TweeAT.KvK.OpenApiClient.NaamgevingV1 -Version 1.0.0-pre001
<PackageReference Include="TweeAT.KvK.OpenApiClient.NaamgevingV1" Version="1.0.0-pre001" />
paket add TweeAT.KvK.OpenApiClient.NaamgevingV1 --version 1.0.0-pre001
#r "nuget: TweeAT.KvK.OpenApiClient.NaamgevingV1, 1.0.0-pre001"
// Install TweeAT.KvK.OpenApiClient.NaamgevingV1 as a Cake Addin #addin nuget:?package=TweeAT.KvK.OpenApiClient.NaamgevingV1&version=1.0.0-pre001&prerelease // Install TweeAT.KvK.OpenApiClient.NaamgevingV1 as a Cake Tool #tool nuget:?package=TweeAT.KvK.OpenApiClient.NaamgevingV1&version=1.0.0-pre001&prerelease
TweeAT.KvK.OpenApiClient.NaamgevingV1 - the C# library for the KvK Naamgeving API V1
Documentatie voor KvK Naamgeving API V1.
This C# SDK is automatically generated by the OpenAPI Generator project:
- API version: 2.0.0
- SDK version: 1.0.0
- Build date: 2024-04-17T14:04:23.174633400+02:00[Europe/Amsterdam]
- Generator version: 7.5.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
<a id="frameworks-supported"></a>
Frameworks supported
- netstandard2.0
- net6.0
- net8.0
Patches
The generator isn't currently smart enough to handle actual Nullables
, so the project is build with <Nullable>disable</Nullable>
.
It means that all strings are nullable by default, but in model classes we replace all int
fields with int?
.
We also don't trust the backend to always return default values even when they are required by API specs.
Also, Huisnummer = 0
doesn't make any business sense.
<a id="dependencies"></a>
Dependencies
- Json.NET - 13.0.3 or later
- JsonSubTypes - 2.0.1 or later
- Polly - 8.3.1 or later
The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:
Install-Package Newtonsoft.Json
Install-Package JsonSubTypes
Install-Package Polly
<a id="installation"></a>
Installation
Run the following command to generate the DLL
- [Mac/Linux]
dotnet build
- [Windows]
dotnet build
Then include the DLL (under the bin
folder) in the C# project, and use the namespaces:
using KvK.OpenApiClient.NaamgevingV1.Api;
using KvK.OpenApiClient.NaamgevingV1.Client;
using KvK.OpenApiClient.NaamgevingV1.Model;
<a id="packaging"></a>
Packaging
The .nuget package is generated on build. Then, publish to a local feed or other host and consume the new package via Nuget as usual.
<a id="usage"></a>
Usage
...is the same for all openapi-generator generated project, so not duplicated here. <a id="documentation-for-authorization"></a>
<a id="authorization"></a>
Authorization
Authentication schemes defined for the API:
- ApiKeyAuth
- Type: API key
- API key parameter name: apikey
- Location: HTTP header
Acknowlegements
The icon provided by Icon8.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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
- JsonSubTypes (>= 2.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Polly (>= 8.3.1)
-
net6.0
- JsonSubTypes (>= 2.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Polly (>= 8.3.1)
-
net8.0
- JsonSubTypes (>= 2.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Polly (>= 8.3.1)
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 |
---|---|---|
1.0.0-pre001 | 64 | 4/22/2024 |
Initial release