This package has been deprecated

Author message:

this package has been deprecated, use @odit/lfk-client-node or @odit/lfk-client-js instead.

@odit/lfk-client

0.0.3 • Public • Published

ODIT.Services - LfK-Client

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";
OpenAPI.BASE = "https://localhost:4010";
console.log(await TrackService.trackControllerGetAll());

Install

Via yarn/npm:

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

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

Weekly Downloads

0

Version

0.0.3

License

CC-BY-NC-SA-4.0

Unpacked Size

86.3 kB

Total Files

177

Last publish

Collaborators

  • niggl
  • philippdormann