TransmitSms 2.1.0
.NET Core 3.1
Install-Package TransmitSms -Version 2.1.0
dotnet add package TransmitSms --version 2.1.0
<PackageReference Include="TransmitSms" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TransmitSms --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TransmitSms, 2.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install TransmitSms as a Cake Addin
#addin nuget:?package=TransmitSms&version=2.1.0
// Install TransmitSms as a Cake Tool
#tool nuget:?package=TransmitSms&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TransmitSMS Library
Getting Started Documentation
For complete list of endpoints and parameters you can read more at our developer portal:
https://developer.transmitsms.com/
Example Code
TransmitSmsWrapper smstool = new TransmitSmsWrapper("<your api key>", "<your api secret>");
SendSmsRequest req = new SendSmsRequest();
req.MessageText = "SMS testing via dotnet";
req.ToNumbers = new string[1] { "<your mobile number>" };
SendSmsResponse resp = smstool.SendSms(req);
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.3)
- RestSharp (>= 106.11.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TransmitSms:
Package | Downloads |
---|---|
SMS_PENCS
SMS module for PENCS. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 4,447 | 8/19/2020 |
2.0.25 | 20,481 | 7/11/2017 |
2.0.24 | 3,178 | 3/6/2017 |
2.0.23 | 5,157 | 3/10/2016 |
2.0.22 | 9,483 | 12/8/2015 |
2.0.21 | 771 | 12/8/2015 |
2.0.20 | 4,101 | 9/23/2015 |
2.0.19 | 1,129 | 9/9/2015 |
2.0.18 | 19,820 | 7/17/2015 |
2.0.17 | 1,073 | 5/13/2015 |
2.0.16 | 837 | 5/4/2015 |
2.0.15 | 876 | 4/29/2015 |
2.0.14 | 1,026 | 4/29/2015 |
2.0.13 | 843 | 3/24/2015 |
2.0.12 | 1,358 | 2/26/2015 |
2.0.11 | 1,156 | 2/19/2015 |
2.0.10 | 847 | 2/5/2015 |
2.0.9 | 1,333 | 12/4/2014 |
2.0.8 | 1,654 | 7/16/2014 |
2.0.7 | 1,143 | 7/16/2014 |
2.0.6 | 994 | 5/30/2014 |
2.0.5 | 1,776 | 3/31/2014 |
2.0.4 | 2,182 | 6/25/2013 |
2.0.3 | 953 | 6/6/2013 |
2.0.2 | 925 | 6/5/2013 |
2.0.1 | 924 | 5/24/2013 |
2.0.0 | 916 | 5/22/2013 |