More readme and link updates
This commit is contained in:
parent
94d26fcafc
commit
464337bea8
@ -8,7 +8,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git clone https://git.odit.services/lfk/backend backend
|
- git clone https://git.odit.services/lfk/backend backend
|
||||||
- cd backend
|
- cd backend
|
||||||
- git checkout feature/31-lib_generation
|
- git checkout dev
|
||||||
- name: run openapi export
|
- name: run openapi export
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
|
@ -9,7 +9,7 @@ Get's automagicly™ build by drone for every new backend release.
|
|||||||
|
|
||||||
Basic example: Get all tracks
|
Basic example: Get all tracks
|
||||||
```typescript
|
```typescript
|
||||||
import {OpenAPI, TrackService} from "@odit/lfk-client";
|
import {OpenAPI, TrackService} from "@odit/lfk-client-js";
|
||||||
OpenAPI.BASE = "https://localhost:4010";
|
OpenAPI.BASE = "https://localhost:4010";
|
||||||
console.log(await TrackService.trackControllerGetAll());
|
console.log(await TrackService.trackControllerGetAll());
|
||||||
```
|
```
|
||||||
|
@ -27,9 +27,9 @@
|
|||||||
"build:cleanup": "rimraf ./lib"
|
"build:cleanup": "rimraf ./lib"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://git.odit.services/lfk/lib/issues"
|
"url": "https://git.odit.services/lfk/lfk-client-js/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://git.odit.services/lfk/lib/",
|
"homepage": "https://git.odit.services/lfk/lfk-client-js/",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"openapi-typescript-codegen": "^0.7.0",
|
"openapi-typescript-codegen": "^0.7.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user