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