EazySDK 1.0.2
See the version list below for details.
dotnet add package EazySDK --version 1.0.2
NuGet\Install-Package EazySDK -Version 1.0.2
<PackageReference Include="EazySDK" Version="1.0.2" />
paket add EazySDK --version 1.0.2
#r "nuget: EazySDK, 1.0.2"
// Install EazySDK as a Cake Addin #addin nuget:?package=EazySDK&version=1.0.2 // Install EazySDK as a Cake Tool #tool nuget:?package=EazySDK&version=1.0.2
EazySDK - .NET Client
Welcome to the EazySDK repository. EazySDK is an integration of the Eazy Collect API version 3 built in .NET Standard 2.0. Its core purpose is to provide a framework for developers already working with Eazy Collect to integrate Eazy Customer Manager into their platform. The framework provides functions designed to speed up the integration process between a developers Customer Relationship Manager and Eazy Collect. Getting started is as simple as providing user specific settings, and making your first call to Eazy Customer Manager should take less than a minute.
Dependencies
- Newtonsoft.Json (12.0.2>=)
- Microsoft.Extensions.Configuration (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
Integrating EazySDK into your application
The integration process is simple, and involves importing EazySDK into your virtual environment and configuring some settings. The most basic configuration can be seen below.
>> PM> Install-Package EazySDK
using EasySDK;
using Microsoft.Extentions.Configuration;
EazySDK.ClientHandler Handler = new ClientHandler();
IConfiguration Settings = Handler.Settings();
Settings.GetSection("currentEnvironment")["Environment"] = "sandbox";
Settings.GetSection('sandboxClientDetails')["ApiKey"] = "{api_key}";
Settings.GetSection('sandboxClientDetails')["ClientCode"] = "{client_code}";
EazySDK.Get EazyGet = new EazySDK.Get(Settings);
string Response = EazyGet.Customers();
Console.WriteLine(Response);
Documentation
All functions in EazySDK possess their own documentation, and can be viewed by viewing the <summary>
associated with the selected function. The documentation can also be found on GitHub, or in the /docs directory of the package.
Issues
If you find any issues with EazySDK, please raise an issue on GitHub detailing the issue. If this is not possible, alternatively email help@eazycollect.co.uk with as much information as you are able to provide.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Newtonsoft.Json (>= 12.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.3.1 | 1,262 | 5/18/2023 |
1.4.3 | 182 | 5/16/2023 |
1.4.2 | 1,139 | 7/4/2022 |
1.4.1 | 514 | 3/14/2022 |
1.4.0 | 517 | 2/16/2022 |
1.3.4 | 321 | 1/4/2022 |
1.3.3 | 492 | 7/2/2021 |
1.3.2 | 427 | 7/1/2021 |
1.3.1 | 393 | 7/1/2021 |
1.3.0 | 508 | 3/29/2021 |
1.2.0 | 465 | 7/21/2020 |
1.0.2 | 1,085 | 6/26/2019 |
1.0.1 | 764 | 6/26/2019 |
1.0.0 | 756 | 6/26/2019 |