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 29,218 12/20/2024
3.5.0 22,319 5/16/2024
3.4.3 172 5/16/2024
3.4.2 11,293 12/28/2023
3.4.1 10,772 9/22/2023
3.4.0 895 9/16/2023
3.3.2 7,065 8/23/2023
3.3.1 215 8/23/2023
3.3.0 211 8/22/2023
3.2.2 4,681 7/7/2023
3.2.1 258 7/6/2023
3.2.0 541 6/22/2023
3.1.0 1,693 4/24/2023
3.0.0 299 4/21/2023
2.7.0 30,852 3/14/2023
2.6.0 4,744 2/18/2023
2.5.0 16,713 12/12/2022
2.4.0 1,764 11/28/2022
2.3.0 10,131 10/20/2022
2.2.0 1,860 10/5/2022
2.1.4 9,297 7/6/2022
2.1.3 541 7/4/2022
2.1.2 14,458 5/2/2022
2.1.1 3,835 3/8/2022
2.1.0 512 3/8/2022
2.0.10 4,766 1/27/2022
2.0.9 719 1/26/2022
2.0.8 9,072 8/22/2021
2.0.7 462 8/22/2021
2.0.6 548 8/11/2021
2.0.5 425 8/11/2021
2.0.4 886 7/7/2021
2.0.3 991 6/15/2021
2.0.2 615 6/1/2021
2.0.1 475 5/28/2021
2.0.0 533 5/28/2021
2.0.0-rc1 344 5/28/2021
2.0.0-rc 358 5/28/2021
2.0.0-beta 343 5/11/2021
1.92.0 85,641 3/4/2021
1.91.7 10,977 1/8/2021
1.91.6 586 1/7/2021
1.91.5 593 1/7/2021
1.91.4 1,979 1/3/2021
1.91.3 601 12/28/2020
1.91.2 641 12/18/2020
1.91.1 639 12/17/2020
1.9.9999 1,683 12/11/2020
1.9.9998 611 12/10/2020
1.9.9997 577 12/10/2020
1.9.9996 580 12/9/2020
1.9.9995 5,949 11/22/2020
1.9.9994 579 11/22/2020
1.9.9993 595 11/22/2020
1.9.9992 615 11/20/2020
1.9.9991 606 11/20/2020
1.9.999 565 11/20/2020
1.9.998 699 11/12/2020
1.9.997 1,323 11/8/2020
1.9.996 990 11/5/2020
1.9.995 1,893 10/30/2020
1.9.994 638 10/30/2020
1.9.993 1,098 10/28/2020
1.9.992 822 10/24/2020
1.9.991 953 10/16/2020
1.9.990 631 10/16/2020
1.9.989 639 10/15/2020
1.9.988 579 10/15/2020
1.9.987 606 10/14/2020
1.9.986 1,077 10/11/2020
1.9.985 3,200 10/4/2020
1.9.984 634 10/2/2020
1.9.983 22,792 9/28/2020
1.9.982 788 9/26/2020
1.9.981 604 9/25/2020
1.9.98 645 9/24/2020
1.9.97 1,500 9/17/2020
1.9.96 756 9/16/2020
1.9.95 667 9/16/2020
1.9.94 3,608 9/9/2020
1.9.93 7,835 8/25/2020
1.9.92 13,465 8/17/2020
1.9.91 631 8/12/2020
1.9.9 1,561 8/7/2020
1.9.8 619 8/7/2020
1.9.6 17,597 7/12/2020
1.9.5 13,610 5/29/2020
1.9.4 652 5/29/2020
1.9.3 5,075 4/23/2020
1.9.2 674 4/21/2020
1.9.1 660 4/21/2020
1.9.0 2,191 4/3/2020
1.8.0 1,057 3/26/2020
1.7.6 4,519 3/6/2020
1.7.5 648 3/6/2020
1.7.4 5,129 1/3/2020
1.7.3 699 12/27/2019
1.7.2 761 12/17/2019
1.7.1 2,377 11/19/2019
1.7.0 830 11/17/2019
1.6.4 791 11/5/2019
1.6.3 734 11/1/2019
1.6.2 983 10/17/2019
1.6.1 931 10/15/2019
1.6.0 3,222 9/27/2019
1.5.9 746 9/25/2019
1.5.8 1,473 8/15/2019
1.5.7 3,395 5/9/2019
1.5.6 1,371 5/1/2019
1.5.5 1,087 4/10/2019
1.5.4 825 4/10/2019
1.5.3 6,202 3/25/2019
1.5.2 9,271 2/28/2019
1.5.1 794 2/26/2019
1.5.0 916 2/14/2019
1.4.9 889 2/11/2019
1.4.7 912 2/9/2019
1.4.6 865 2/8/2019
1.4.5 889 2/5/2019
1.4.4 1,277 12/31/2018
1.4.3 856 12/30/2018
1.4.2 869 12/30/2018
1.4.1 2,600 10/29/2018
1.4.0 10,544 9/4/2018
1.3.2 8,102 4/22/2018
1.2.6 1,543 3/2/2018
1.2.5 1,174 2/28/2018
1.2.4 1,558 2/20/2018
1.2.3 1,714 1/22/2018
1.2.2 14,190 9/25/2017
1.2.1 1,406 9/25/2017
1.1.2 1,225 9/21/2017
1.1.1 1,219 9/21/2017
1.1.0 1,243 9/17/2017
1.0.5 1,492 9/14/2017
1.0.4 1,447 8/21/2017
1.0.3 1,911 7/16/2017
1.0.2 1,816 7/10/2017

.ConfigureAwait(false) added to async methods