Project

kotsms

0.0
No commit activity in last 3 years
No release in over 3 years
This gem wraps the web API of SMS King (www.kotsms.com.tw) for Rubyists.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
 Project Readme

KOTSMS

This project is a simple wrapper of 簡訊王 API, which is developed by third-party. The official API document is here. It has four functions: send message, send bulk of messages, get the balance, and get the status of delivery.

Developer's note (and murmur)

  • The document guide to use GET method. However POST method is allowed as well. This would be changed in the future version.
  • doc/kotsms-api.yml is the api document in Swagger 2.0 format.
  • Does anyone know what does the "kot" mean?

Contributor