getAddress.Sdk
3.5.1
dotnet add package getAddress.Sdk --version 3.5.1
NuGet\Install-Package getAddress.Sdk -Version 3.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="getAddress.Sdk" Version="3.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="getAddress.Sdk" Version="3.5.1" />
<PackageReference Include="getAddress.Sdk" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add getAddress.Sdk --version 3.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: getAddress.Sdk, 3.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=getAddress.Sdk&version=3.5.1
#tool nuget:?package=getAddress.Sdk&version=3.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
getAddress.io SDK
Install
Install from Nuget:
PM> Install-Package getAddress.Sdk
Usage
Dependency Injection
services.AddSingleton(s => new GetAddress.ApiKeys("<YOUR ADDRESS LOOKUP KEY>", "<YOUR ADMINISTRATION KEY>"));
services.AddHttpClient<GetAddress.Api>();
Autocomplete and lookup addresses
public async Task Autocomplete(GetAddress.Api api)
{
var autocompleteResult = await api.Autocomplete("High St");
if (autocompleteResult.IsSuccess)
{
foreach(var suggestion in autocompleteResult.Success.Suggestions)
{
var getResult = await api.Get(suggestion);
if (getResult.IsSuccess)
{
var address = getResult.Success;
var line1 = address.Line1;
var line2 = address.Line2;
var line3 = address.Line3;
var line4 = address.Line4;
var buildName = address.BuildingName;
//....
}
}
}
else
{
var errorMessage = autocompleteResult.Failed.Message;
}
}
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.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 |
---|---|---|
3.5.1 | 9,291 | 12/20/2024 |
3.5.0 | 19,345 | 5/16/2024 |
3.4.3 | 127 | 5/16/2024 |
3.4.2 | 9,426 | 12/28/2023 |
3.4.1 | 9,315 | 9/22/2023 |
3.4.0 | 866 | 9/16/2023 |
3.3.2 | 6,000 | 8/23/2023 |
3.3.1 | 175 | 8/23/2023 |
3.3.0 | 177 | 8/22/2023 |
3.2.2 | 4,533 | 7/7/2023 |
3.2.1 | 210 | 7/6/2023 |
3.2.0 | 498 | 6/22/2023 |
3.1.0 | 1,640 | 4/24/2023 |
3.0.0 | 252 | 4/21/2023 |
2.7.0 | 28,592 | 3/14/2023 |
2.6.0 | 4,530 | 2/18/2023 |
2.5.0 | 15,371 | 12/12/2022 |
2.4.0 | 1,706 | 11/28/2022 |
2.3.0 | 9,194 | 10/20/2022 |
2.2.0 | 1,762 | 10/5/2022 |
2.1.4 | 9,074 | 7/6/2022 |
2.1.3 | 485 | 7/4/2022 |
2.1.2 | 13,807 | 5/2/2022 |
2.1.1 | 3,771 | 3/8/2022 |
2.1.0 | 454 | 3/8/2022 |
2.0.10 | 4,701 | 1/27/2022 |
2.0.9 | 657 | 1/26/2022 |
2.0.8 | 9,000 | 8/22/2021 |
2.0.7 | 401 | 8/22/2021 |
2.0.6 | 489 | 8/11/2021 |
2.0.5 | 366 | 8/11/2021 |
2.0.4 | 828 | 7/7/2021 |
2.0.3 | 808 | 6/15/2021 |
2.0.2 | 554 | 6/1/2021 |
2.0.1 | 419 | 5/28/2021 |
2.0.0 | 469 | 5/28/2021 |
2.0.0-rc1 | 278 | 5/28/2021 |
2.0.0-rc | 301 | 5/28/2021 |
2.0.0-beta | 284 | 5/11/2021 |
1.92.0 | 85,254 | 3/4/2021 |
1.91.7 | 10,796 | 1/8/2021 |
1.91.6 | 521 | 1/7/2021 |
1.91.5 | 525 | 1/7/2021 |
1.91.4 | 1,909 | 1/3/2021 |
1.91.3 | 539 | 12/28/2020 |
1.91.2 | 573 | 12/18/2020 |
1.91.1 | 568 | 12/17/2020 |
1.9.9999 | 1,615 | 12/11/2020 |
1.9.9998 | 541 | 12/10/2020 |
1.9.9997 | 512 | 12/10/2020 |
1.9.9996 | 508 | 12/9/2020 |
1.9.9995 | 4,674 | 11/22/2020 |
1.9.9994 | 510 | 11/22/2020 |
1.9.9993 | 533 | 11/22/2020 |
1.9.9992 | 548 | 11/20/2020 |
1.9.9991 | 538 | 11/20/2020 |
1.9.999 | 501 | 11/20/2020 |
1.9.998 | 627 | 11/12/2020 |
1.9.997 | 1,253 | 11/8/2020 |
1.9.996 | 917 | 11/5/2020 |
1.9.995 | 1,807 | 10/30/2020 |
1.9.994 | 572 | 10/30/2020 |
1.9.993 | 1,025 | 10/28/2020 |
1.9.992 | 754 | 10/24/2020 |
1.9.991 | 881 | 10/16/2020 |
1.9.990 | 561 | 10/16/2020 |
1.9.989 | 567 | 10/15/2020 |
1.9.988 | 511 | 10/15/2020 |
1.9.987 | 532 | 10/14/2020 |
1.9.986 | 1,009 | 10/11/2020 |
1.9.985 | 3,130 | 10/4/2020 |
1.9.984 | 565 | 10/2/2020 |
1.9.983 | 22,568 | 9/28/2020 |
1.9.982 | 720 | 9/26/2020 |
1.9.981 | 538 | 9/25/2020 |
1.9.98 | 579 | 9/24/2020 |
1.9.97 | 1,413 | 9/17/2020 |
1.9.96 | 686 | 9/16/2020 |
1.9.95 | 597 | 9/16/2020 |
1.9.94 | 3,543 | 9/9/2020 |
1.9.93 | 6,578 | 8/25/2020 |
1.9.92 | 13,053 | 8/17/2020 |
1.9.91 | 561 | 8/12/2020 |
1.9.9 | 1,501 | 8/7/2020 |
1.9.8 | 552 | 8/7/2020 |
1.9.6 | 17,023 | 7/12/2020 |
1.9.5 | 13,489 | 5/29/2020 |
1.9.4 | 584 | 5/29/2020 |
1.9.3 | 4,945 | 4/23/2020 |
1.9.2 | 606 | 4/21/2020 |
1.9.1 | 591 | 4/21/2020 |
1.9.0 | 2,112 | 4/3/2020 |
1.8.0 | 990 | 3/26/2020 |
1.7.6 | 4,321 | 3/6/2020 |
1.7.5 | 579 | 3/6/2020 |
1.7.4 | 5,056 | 1/3/2020 |
1.7.3 | 629 | 12/27/2019 |
1.7.2 | 693 | 12/17/2019 |
1.7.1 | 2,303 | 11/19/2019 |
1.7.0 | 765 | 11/17/2019 |
1.6.4 | 715 | 11/5/2019 |
1.6.3 | 659 | 11/1/2019 |
1.6.2 | 915 | 10/17/2019 |
1.6.1 | 856 | 10/15/2019 |
1.6.0 | 3,150 | 9/27/2019 |
1.5.9 | 680 | 9/25/2019 |
1.5.8 | 1,403 | 8/15/2019 |
1.5.7 | 3,323 | 5/9/2019 |
1.5.6 | 1,287 | 5/1/2019 |
1.5.5 | 1,018 | 4/10/2019 |
1.5.4 | 752 | 4/10/2019 |
1.5.3 | 6,129 | 3/25/2019 |
1.5.2 | 8,949 | 2/28/2019 |
1.5.1 | 713 | 2/26/2019 |
1.5.0 | 838 | 2/14/2019 |
1.4.9 | 814 | 2/11/2019 |
1.4.7 | 840 | 2/9/2019 |
1.4.6 | 791 | 2/8/2019 |
1.4.5 | 810 | 2/5/2019 |
1.4.4 | 1,204 | 12/31/2018 |
1.4.3 | 785 | 12/30/2018 |
1.4.2 | 802 | 12/30/2018 |
1.4.1 | 2,515 | 10/29/2018 |
1.4.0 | 10,457 | 9/4/2018 |
1.3.2 | 7,901 | 4/22/2018 |
1.2.6 | 1,345 | 3/2/2018 |
1.2.5 | 1,031 | 2/28/2018 |
1.2.4 | 1,418 | 2/20/2018 |
1.2.3 | 1,453 | 1/22/2018 |
1.2.2 | 13,749 | 9/25/2017 |
1.2.1 | 1,206 | 9/25/2017 |
1.1.2 | 1,083 | 9/21/2017 |
1.1.1 | 1,083 | 9/21/2017 |
1.1.0 | 1,099 | 9/17/2017 |
1.0.5 | 1,295 | 9/14/2017 |
1.0.4 | 1,314 | 8/21/2017 |
1.0.3 | 1,647 | 7/16/2017 |
1.0.2 | 1,552 | 7/10/2017 |
.ConfigureAwait(false) added to async methods