postcodeapi.net
2.0.0
A .NET library for consuming the Dutch postcodeapi.nu post code database. Uses RestSharp and Newtonsoft.Json.
More information can be found on http://www.postcodeapi.nu/. Access tokens can also be requested here. To contribute to the specification of this API, join the guys over at their repo: https://github.com/apiwise/postcodeapi.
Install-Package postcodeapi.net -Version 2.0.0
dotnet add package postcodeapi.net --version 2.0.0
<PackageReference Include="postcodeapi.net" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add postcodeapi.net --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: postcodeapi.net, 2.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Upgrade to support .NET Standard 2.0
[Breaking] Namespace changes as V1 of the API is no longer supported.
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
- RestSharp (>= 106.1.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.