MarieCurie.DoIt.Client
1.1.6
See the version list below for details.
dotnet add package MarieCurie.DoIt.Client --version 1.1.6
NuGet\Install-Package MarieCurie.DoIt.Client -Version 1.1.6
<PackageReference Include="MarieCurie.DoIt.Client" Version="1.1.6" />
paket add MarieCurie.DoIt.Client --version 1.1.6
#r "nuget: MarieCurie.DoIt.Client, 1.1.6"
// Install MarieCurie.DoIt.Client as a Cake Addin #addin nuget:?package=MarieCurie.DoIt.Client&version=1.1.6 // Install MarieCurie.DoIt.Client as a Cake Tool #tool nuget:?package=MarieCurie.DoIt.Client&version=1.1.6
A c# implementation of the Do-It platform REST API. This API powers the main DO-IT website and the rest client allows you to bring the Do-It functionality into your own platform. This effort was produced by the internal team at Marie Curie as part of their back-office integration with Do-It. Talk to us for further details. The package depends on the RestSharp package and currently is implemented for opportunity based request against v1 of the Do-It API
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. |
-
- Newtonsoft.Json (>= 5.0.8)
- RestSharp (>= 104.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added Location API methods, and modified upload opportunity method to use JSON in the request body. Also provided a better API for updating existing opportunities