DEG.ServiceCore
1.2.5
dotnet add package DEG.ServiceCore --version 1.2.5
NuGet\Install-Package DEG.ServiceCore -Version 1.2.5
<PackageReference Include="DEG.ServiceCore" Version="1.2.5" />
paket add DEG.ServiceCore --version 1.2.5
#r "nuget: DEG.ServiceCore, 1.2.5"
// 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 |
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.
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