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