Info
Version: | 3.0.4 |
Author(s): | Matt Grofsky |
Last Update: | Thursday, May 11, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mgrofsky/message360-API-CSHARP |
NuGet Url: | https://www.nuget.org/packages/Ytel.API.Message360 |
Install
Install-Package Ytel.API.Message360
dotnet add package Ytel.API.Message360
paket add Ytel.API.Message360
Ytel.API.Message360 Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
- Unirest-APIMATIC(>= 1.0.1.26)
- APIMATIC.SDK.Common(>= 1.0.1.62)
- Microsoft.Bcl.Async(>= 1.0.168)
Tags
Before calling any network commands please use
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;.