Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 805 Bytes

Readme.md

File metadata and controls

36 lines (22 loc) · 805 Bytes

EbulkSmsNet

A .NET core client for sending sms via EbulkSms Nigeria.

Getting Started

Installation

  • In Visual Studio, open the Nuget Package Manager and search for EbulkSmsNet then install it.

  • In Visual Studio code or Package Manager Console, run the following command

    dotnet add package EbulkSmsNet

Usage

var auth = new EbulkSmsAuth
{
    ApiKey = [apiKey],
    Sender = [sender],
    UserName = [username]
};

var result = await EbulkSmsClient.SendMessageAsync(auth, phoneNumber, message);

License

This project is licensed under the MIT License - see the LICENSE file for details

How can you thank me?

You can like this repo, follow me on github and twitter Thanks.