@odit/lfk-client-node
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

ODIT.Services - LfK-Client (Node Version)

Build Status

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

🛠 Building

Get's automagicly™ build by drone for every new backend release.

Use

Basic example: Get all tracks

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

Install

Via yarn/npm:

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

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

Readme

Keywords

Package Sidebar

Install

npm i @odit/lfk-client-node

Weekly Downloads

2

Version

1.1.3

License

CC-BY-NC-SA-4.0

Unpacked Size

216 kB

Total Files

401

Last publish

Collaborators

  • philippdormann
  • niggl