gotouch-sdk
v1.0.0
Published
This is gotouch sdk
Downloads
12
Readme
gotouch-sdk
This is gotouch-sdk that allows you to use gotouch services. Which include gotouch LoginService and NotificationService.
How to Install
npm install gotouch-sdkUsage
Frontend and backend are both available. You can use it in your nextjs projects. For example:
import SDK, {LoginOptions} from 'gotouch-sdk';
const {login} = new LoginService({key: 'xxx', url: 'xxx'} as LoginOptions); const {token, tokenExpiresInSeconds} = await login({ account: email, password, });
Documentation
Still working on the other features.
