This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
Nicolai Ort 0d8d8f1af4
All checks were successful
continuous-integration/drone Build is passing
🚀New lib version v0.9.2 [CI SKIP]
2021-03-29 16:50:00 +00:00
2021-03-29 16:50:00 +00:00
2021-03-18 16:56:49 +01:00
2020-12-13 19:05:37 +01:00
2020-12-13 19:05:37 +01:00
2020-12-12 21:24:45 +00:00
2021-03-29 16:50:00 +00:00
2021-03-29 16:50:00 +00:00
2020-12-29 14:29:15 +01:00
2020-12-13 19:48:02 +01:00

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.

Description
The NodeJS version of the official LfK library.
Readme 372 KiB