0.0.6 • Published 3 years ago

@raltea/rms-sdk v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

How to use this package

1-Configure the service you want to use

Let s take the example of UIS. Modify the UIS configuration at the start of your application:

import { UISConfig } from '@raltea/rms-sdk/dist';

UISConfig.url = 'http://your-uis-instance.com'
UISConfig.apiKey = 'your_RMS_api_key';

2-Use the service

import { UISAuth } from '@raltea/rms-sdk/dist';

const [result, error] = await UISAuth.register(email, password, 'pool');
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago