TransmitSms 2.1.0

dotnet add package TransmitSms --version 2.1.0
NuGet\Install-Package TransmitSms -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: TransmitSms, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. 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

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 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 netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 23,523 8/19/2020
2.0.25 84,471 7/11/2017
2.0.24 7,156 3/6/2017
2.0.23 8,136 3/10/2016
2.0.22 10,443 12/8/2015
2.0.21 993 12/8/2015
2.0.20 5,632 9/23/2015
2.0.19 1,386 9/9/2015
2.0.18 20,361 7/17/2015
2.0.17 1,311 5/13/2015
2.0.16 1,078 5/4/2015
2.0.15 1,116 4/29/2015
2.0.14 1,286 4/29/2015
2.0.13 1,086 3/24/2015
2.0.12 1,628 2/26/2015
2.0.11 1,424 2/19/2015
2.0.10 1,088 2/5/2015
2.0.9 1,596 12/4/2014
2.0.8 1,924 7/16/2014
2.0.7 1,724 7/16/2014
2.0.6 1,253 5/30/2014
2.0.5 2,486 3/31/2014
2.0.4 2,558 6/25/2013
2.0.3 1,221 6/6/2013
2.0.2 1,173 6/5/2013
2.0.1 1,186 5/24/2013
2.0.0 1,175 5/22/2013