Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 536 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 536 Bytes

Toast Notification REST Client

Toast cloud Notification RESTful API Client for Python User.

  • Not supported SLA
  • Current only supported SMS/MMS yet
  • Default REST API Version is V2.2

Install

pip install toast-notification-client

Function

Initialize

from toast import ToastSMS
tos = ToastSMS("<API-KEY>")

Usage

All parameter is based on a service called NHN Toast SMS API. Please Check NHN Toast Cloud SMS Notification Doc.