Bing.RestClient
0.7.1
See the version list below for details.
dotnet add package Bing.RestClient --version 0.7.1
NuGet\Install-Package Bing.RestClient -Version 0.7.1
<PackageReference Include="Bing.RestClient" Version="0.7.1" />
paket add Bing.RestClient --version 0.7.1
#r "nuget: Bing.RestClient, 0.7.1"
// Install Bing.RestClient as a Cake Addin #addin nuget:?package=Bing.RestClient&version=0.7.1 // Install Bing.RestClient as a Cake Tool #tool nuget:?package=Bing.RestClient&version=0.7.1
Curiously, Bing does not provide a framework for accessing their REST APIs in .NET. This library attempts to solve that problem, with a PCL that works on .NET 4.5, Windows 8.x, Windows Phone 8, and Mono.
Learn more about Target Frameworks and .NET Standard.
-
- PortableRest (>= 2.4.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 |
---|---|---|
0.8.1-beta1 | 3,402 | 6/5/2014 |
0.8.0 | 20,560 | 6/5/2014 |
0.7.3 | 2,575 | 3/25/2014 |
0.7.2 | 2,232 | 3/25/2014 |
0.7.1 | 2,213 | 3/24/2014 |
0.7.0 | 2,253 | 3/23/2014 |
0.6.6 | 2,204 | 3/23/2014 |
0.6.5 | 2,261 | 3/22/2014 |
0.6.4 | 2,149 | 3/18/2014 |
0.6.3 | 2,159 | 3/18/2014 |
0.6.2 | 2,466 | 1/8/2014 |
0.6.1 | 2,139 | 12/10/2013 |
0.6.0 | 2,113 | 12/10/2013 |
0.5.5 | 2,175 | 12/8/2013 |
0.5.3 | 2,240 | 11/24/2013 |
0.5.2 | 2,148 | 11/24/2013 |
0.5.1 | 2,212 | 11/24/2013 |
0.5.0 | 2,315 | 11/23/2013 |
0.7
• Changes and improvements to the PoiEntityGroups.
• Added List<PoiEntityTypes>.ToJsonString() to make it easy to pass groups into MVC Views for client-side operations.
0.6
• Merged work from PortableBingGeocoder project into Bing.Maps.
• (Breaking) Reorganized namespaces.
• Added more documentation.
0.5
• First release, leveraging the Spatial Data API and core objects from the Bing Maps REST Services.