DEG.ServiceCore 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DEG.ServiceCore --version 1.2.2
NuGet\Install-Package DEG.ServiceCore -Version 1.2.2
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="DEG.ServiceCore" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DEG.ServiceCore --version 1.2.2
#r "nuget: DEG.ServiceCore, 1.2.2"
#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.
// Install DEG.ServiceCore as a Cake Addin
#addin nuget:?package=DEG.ServiceCore&version=1.2.2

// Install DEG.ServiceCore as a Cake Tool
#tool nuget:?package=DEG.ServiceCore&version=1.2.2

Base rest consumer for DEG's social libraries. You probably won't use this directly.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on DEG.ServiceCore:

Package Downloads
DEG.GoogleMaps

A ultra-simple .NET library for accessing Google's Geocoding service

DEG.Emfluence

Simple module for integration with Emfluence API.

DEG.Twitter

A ultra-simple .NET library for accessing tweets and user timelines via the Twitter REST API v1.1

DEG.YouTube

A ultra-simple .NET library for accessing Google's YouTube data service

DEG.Vimeo

A ultra-simple .NET library for accessing videos via the Vimeo Simple Api

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.5 4,390 9/2/2015
1.2.4 1,106 8/31/2015
1.2.2 1,552 8/7/2015
1.2.1 2,950 3/7/2014

v1.2.2
* Added service method for submitting request with payload
v1.2.1
* More visibility into service requests
v1.1
* Initial release