1.0.1 • Published 1 year ago

@replyspark/client v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Replyspark API SDK for TypeScript

Introduction

A TypeScript SDK for the Replyspark API. This library is built with TypeScript developers in mind, but it also works with JavaScript.

Note: Only Replyspark API v1 is supported

Installing

npm install @replyspark/client

Client

import Replyspark from "@replyspark/client";

let replyspark = new Replyspark();
let token = await replyspark.auth.authenticate({
    email: 'example@gmail.com',
    password: 'password'
})
1.0.1

1 year ago

1.0.0

1 year ago