Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 920 Bytes

File metadata and controls

29 lines (24 loc) · 920 Bytes

Logo

Elect.Notification.Esms

Author Top Nguyen

Overview

  • Client for eSMS.vn.
  • Support Send SMS.
  • Receive balance information.

Installation

  • Package Manager
    PM> Install-Package Elect.Notification.Esms
    
  • .NET CLI
    dotnet add package Elect.Notification.Esms
    

See more information in Nuget.

Usage

  • Add service: services.AddElectNotificationEsms();.
  • You can config client information (eg: ApiKey, ApiSecret) for the service by parameter ElectEsmsOptions.
  • Send SMS via SendAsync method.
  • Receive Balance via GetBalanceAsync method.

License

Elect.Notification.Esms is licensed under the MIT License.