Nicolai Ort c3605261b2
All checks were successful
continuous-integration/drone Build is passing
🚀New lib version v0.14.0 [CI SKIP]
2023-03-15 13:46:33 +00:00
2023-03-15 13:46:33 +00:00
2023-02-02 10:39:38 +01:00
2020-12-22 15:17:25 +01:00
2020-12-22 15:17:25 +01:00
2020-12-22 15:17:25 +01:00
2023-03-15 13:46:33 +00:00
2023-03-15 13:46:33 +00:00
2020-12-22 15:50:15 +01:00

ODIT.Services - LfK-Client (JS 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-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.

Description
The JS version of the official LfK library.
Readme CC-BY-NC-SA-4.0 655 KiB
Languages
JavaScript 100%