@hostlink/light
v2.5.2
Published
A javascript library for Light Framework.
Downloads
1,128
Readme
HostLink Light Cient
A javascript library for Light Framework.
Installation
npm install @hostlink/light
Usage
import { createClient } from '@hostlink/light';
const api=createClient('https://example.com/api');
Login
await api.auth.login('username','password');
Logout
await api.auth.logout();