DEG.ServiceCore 1.2.5

.NET Framework 4.0
dotnet add package DEG.ServiceCore --version 1.2.5
NuGet\Install-Package DEG.ServiceCore -Version 1.2.5
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.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DEG.ServiceCore --version 1.2.5
#r "nuget: DEG.ServiceCore, 1.2.5"
#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.5

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

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

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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.Twitter

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

DEG.Emfluence

Simple module for integration with Emfluence API.

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 3,920 9/2/2015
1.2.4 1,007 8/31/2015
1.2.2 1,430 8/7/2015
1.2.1 2,820 3/7/2014

v1.2.5
* Set the accept header to match the content type when submitting object
v1.2.4
* Bug fix for submitting string object
v1.2.3
* Added service method for submitting string object
v1.2.2
* Added service method for submitting request with payload
v1.2.1
* More visibility into service requests
v1.1
* Initial release