Skip to content

HostLink/light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published