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.
76a08a9c3436a998d1f4b4228bebe34544cb9a94
All checks were successful
continuous-integration/drone Build is passing
ODIT.Services - LfK-Client (Node Version)
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