https://github.com/junwen-k/postman-onewaysms-collection
Postman Collection Runner for Malaysia OneWaySMS Gateway.
https://github.com/junwen-k/postman-onewaysms-collection
collection onewaysms postman
Last synced: about 2 months ago
JSON representation
Postman Collection Runner for Malaysia OneWaySMS Gateway.
- Host: GitHub
- URL: https://github.com/junwen-k/postman-onewaysms-collection
- Owner: junwen-k
- License: mit
- Created: 2021-01-11T14:30:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T16:02:45.000Z (over 5 years ago)
- Last Synced: 2026-04-27T11:33:54.190Z (2 months ago)
- Topics: collection, onewaysms, postman
- Language: JavaScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# postman-onewaysms-collection
Postman Collection for Malaysia OneWaySMS. Requests in the collection are based on this API [documentation](http://smsd2.onewaysms.sg/api.pdf).
By default, API call will route to [this](https://www.postman.com/junwen-k/workspace/onewaysms/mock/c32963bb-f6b4-4799-9dfd-946f88115b60) mock server generated using Postman.
## Getting Started
To install dependencies, run
npm install
To initiate runner using [`newman`](https://www.npmjs.com/package/newman), run
npm run runner:REQUEST_NAME
## Collection Runners
npm run runner:check-credit-balance

npm run runner:check-transaction-status

npm run runner:send-mt-message

## 📜 License
[MIT](./LICENSE)