Socket
Book a DemoInstallSign in
Socket

@odit/lfk-client-js

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odit/lfk-client-js

A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.

1.2.7
latest
npmnpm
Version published
Weekly downloads
182
279.17%
Maintainers
2
Weekly downloads
 
Created
Source

ODIT.Services - LfK-Client (JS Version)

Build Status

The official library for the LfK backend server. Automagicly™ generated by openapi-typescript-codegen

🛠 Building

Setup ⬇️

git clone https://git.odit.services/lfk/lfk-client-js.git
cd lfk-client-js
pnpm i

Build 🔨

pnpm update:openapi # Update the openapi.json file
pnpm build # Build the project
pnpm release # Bump and release to npm

# Or just do it all in one command
pnpm update:auto

Use

Basic example: Get all tracks

import {OpenAPI, TrackService} from "@odit/lfk-client-js";
OpenAPI.BASE = "https://localhost:4010";
console.log(await TrackService.trackControllerGetAll());

Install

Via yarn/npm:

yarn add @odit/lfk-client-js
# Or
npm i @odit/lfk-client-js

Or just copy the folder dist to your prefered lib folder and import everything you need from dist/index.ts.

Keywords

odit

FAQs

Package last updated on 01 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.