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 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. |
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.
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