1.1.4 • Published 2 years ago

riba-sdk v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Official Riba Node.js SDK

This is the official Riba Node.js Sdk made with ❤️ from a nice place somewhere in the corner of this planet.

1. Installing

To get started is pretty simple and you need either yarn or npm to get started.

yarn add riba-sdk or npm install riba-sdk

2. Usage

To get started, import the Riba client exposed by the API.

import { Riba } from "riba-sdk";

// create an instance of Riba Client
const client = new Riba(apiKey);

// send the sms
client.send(phoneNumber, message).then((response) => {
    console.log(response)
})

Feel free to leave a comment or a remark.

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago