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" />
                    
Directory.Packages.props
<PackageReference Include="getAddress.Sdk" />
                    
Project file
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
                    
#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.
#:package getAddress.Sdk@3.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=getAddress.Sdk&version=3.5.1
                    
Install as a Cake Addin
#tool nuget:?package=getAddress.Sdk&version=3.5.1
                    
Install as a Cake Tool

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 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.

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 43,597 12/20/2024
3.5.0 24,547 5/16/2024
3.4.3 228 5/16/2024
3.4.2 12,998 12/28/2023
3.4.1 12,093 9/22/2023
3.4.0 950 9/16/2023
3.3.2 7,989 8/23/2023
3.3.1 261 8/23/2023
3.3.0 246 8/22/2023
3.2.2 4,796 7/7/2023
3.2.1 305 7/6/2023
3.2.0 606 6/22/2023
3.1.0 1,754 4/24/2023
3.0.0 346 4/21/2023
2.7.0 32,600 3/14/2023
2.6.0 4,851 2/18/2023
2.5.0 17,798 12/12/2022
2.4.0 1,828 11/28/2022
2.3.0 10,595 10/20/2022
2.2.0 1,960 10/5/2022
2.1.4 9,494 7/6/2022
2.1.3 612 7/4/2022
2.1.2 15,099 5/2/2022
2.1.1 3,911 3/8/2022
2.1.0 590 3/8/2022
2.0.10 4,845 1/27/2022
2.0.9 787 1/26/2022
2.0.8 9,151 8/22/2021
2.0.7 547 8/22/2021
2.0.6 618 8/11/2021
2.0.5 483 8/11/2021
2.0.4 956 7/7/2021
2.0.3 1,055 6/15/2021
2.0.2 681 6/1/2021
2.0.1 538 5/28/2021
2.0.0 621 5/28/2021
2.0.0-rc1 404 5/28/2021
2.0.0-rc 434 5/28/2021
2.0.0-beta 411 5/11/2021
1.92.0 86,081 3/4/2021
1.91.7 11,136 1/8/2021
1.91.6 650 1/7/2021
1.91.5 672 1/7/2021
1.91.4 2,072 1/3/2021
1.91.3 668 12/28/2020
1.91.2 722 12/18/2020
1.91.1 732 12/17/2020
1.9.9999 1,767 12/11/2020
1.9.9998 687 12/10/2020
1.9.9997 646 12/10/2020
1.9.9996 661 12/9/2020
1.9.9995 6,681 11/22/2020
1.9.9994 632 11/22/2020
1.9.9993 670 11/22/2020
1.9.9992 680 11/20/2020
1.9.9991 671 11/20/2020
1.9.999 648 11/20/2020
1.9.998 771 11/12/2020
1.9.997 1,423 11/8/2020
1.9.996 1,071 11/5/2020
1.9.995 2,001 10/30/2020
1.9.994 713 10/30/2020
1.9.993 1,181 10/28/2020
1.9.992 914 10/24/2020
1.9.991 1,022 10/16/2020
1.9.990 711 10/16/2020
1.9.989 720 10/15/2020
1.9.988 667 10/15/2020
1.9.987 695 10/14/2020
1.9.986 1,140 10/11/2020
1.9.985 3,266 10/4/2020
1.9.984 713 10/2/2020
1.9.983 23,110 9/28/2020
1.9.982 869 9/26/2020
1.9.981 684 9/25/2020
1.9.98 717 9/24/2020
1.9.97 1,636 9/17/2020
1.9.96 831 9/16/2020
1.9.95 726 9/16/2020
1.9.94 3,676 9/9/2020
1.9.93 8,837 8/25/2020
1.9.92 13,741 8/17/2020
1.9.91 704 8/12/2020
1.9.9 1,627 8/7/2020
1.9.8 710 8/7/2020
1.9.6 17,913 7/12/2020
1.9.5 13,722 5/29/2020
1.9.4 746 5/29/2020
1.9.3 5,186 4/23/2020
1.9.2 757 4/21/2020
1.9.1 759 4/21/2020
1.9.0 2,272 4/3/2020
1.8.0 1,115 3/26/2020
1.7.6 4,751 3/6/2020
1.7.5 717 3/6/2020
1.7.4 5,213 1/3/2020
1.7.3 775 12/27/2019
1.7.2 846 12/17/2019
1.7.1 2,464 11/19/2019
1.7.0 892 11/17/2019
1.6.4 875 11/5/2019
1.6.3 806 11/1/2019
1.6.2 1,057 10/17/2019
1.6.1 1,008 10/15/2019
1.6.0 3,303 9/27/2019
1.5.9 815 9/25/2019
1.5.8 1,547 8/15/2019
1.5.7 3,469 5/9/2019
1.5.6 1,494 5/1/2019
1.5.5 1,172 4/10/2019
1.5.4 908 4/10/2019
1.5.3 6,297 3/25/2019
1.5.2 9,621 2/28/2019
1.5.1 876 2/26/2019
1.5.0 995 2/14/2019
1.4.9 978 2/11/2019
1.4.7 989 2/9/2019
1.4.6 946 2/8/2019
1.4.5 955 2/5/2019
1.4.4 1,364 12/31/2018
1.4.3 951 12/30/2018
1.4.2 926 12/30/2018
1.4.1 2,682 10/29/2018
1.4.0 10,601 9/4/2018
1.3.2 8,271 4/22/2018
1.2.6 1,677 3/2/2018
1.2.5 1,271 2/28/2018
1.2.4 1,682 2/20/2018
1.2.3 1,893 1/22/2018
1.2.2 14,506 9/25/2017
1.2.1 1,558 9/25/2017
1.1.2 1,334 9/21/2017
1.1.1 1,314 9/21/2017
1.1.0 1,355 9/17/2017
1.0.5 1,635 9/14/2017
1.0.4 1,550 8/21/2017
1.0.3 2,087 7/16/2017
1.0.2 2,003 7/10/2017

.ConfigureAwait(false) added to async methods