More readme and link updates

This commit is contained in:
Nicolai Ort 2020-12-22 15:23:35 +01:00
parent 94d26fcafc
commit 464337bea8
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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());
``` ```

View File

@ -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",