No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
npm install kiab-sdkKiabSmsService - JavaScript client for kiab_sms_service
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
This SDK is automatically generated by the Swagger Codegen project:
- API version:
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen
#### npm
To publish the library as a npm,
please follow the procedure in "Publishing npm packages".
Then install it via:
``shell`
npm install kiab-sdk --save
#### git
#
If the library is hosted at a git repository, e.g.
https://github.com/GIT_USER_ID/GIT_REPO_ID
then install it via:
`shell`
npm install GIT_USER_ID/GIT_REPO_ID --save
The library also works in the browser environment via npm and browserify. After following
the above steps with Node.js and installing browserify with npm install -g browserify,
perform the following (assuming main.js is your entry file):
`shell`
browserify main.js > bundle.js
Then include bundle.js in the HTML pages.
Please follow the installation instruction and execute the following JS code:
`javascript
var KiabSmsService = require('kiab-sdk');
var api = new KiabSmsService.FakesmsApi()
var opts = {
'body': new KiabSmsService.Body() // {Body}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.pOSTFakeSms(opts, callback);
``
All URIs are relative to http://localhost:8500
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
KiabSmsService.FakesmsApi | pOSTFakeSms | POST /fake-sms | fake-sms
KiabSmsService.MocallbackApi | pOSTMoCallback | POST /mo-callback | mo-callback
KiabSmsService.SendsmsApi | pOSTSendSms | POST /send-sms | send-sms
KiabSmsService.StatusApi | gETStatus | GET /status | status
- KiabSmsService.Body
- KiabSmsService.Body1
- KiabSmsService.Error
- KiabSmsService.ErrorError
- KiabSmsService.InlineResponse200
- KiabSmsService.InlineResponse2001
- KiabSmsService.InlineResponse2002
- KiabSmsService.InlineResponse2002Received
- KiabSmsService.InlineResponse2002Smscs
- KiabSmsService.InlineResponse2002Stats
- KiabSmsService.InlineResponse2002StatsSms
- KiabSmsService.InlineResponse500
- KiabSmsService.InlineResponse503
- KiabSmsService.MoCallback
- KiabSmsService.SmsRequest
- KiabSmsService.SmsStats
- KiabSmsService.SmsstatsRates
All endpoints do not require authorization.