Skip to content
This repository was archived by the owner on Apr 30, 2022. It is now read-only.

Commit 45f930c

Browse files
committed
Update readme
1 parent f4189cc commit 45f930c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# OpenAPI Typescript Codegen with TzKT extensions
22

3-
This is an extended version of the [original library](https://github.com/ferdikoomen/openapi-typescript-codegen) by Ferdi Koomen extended with TzKT-specific features:
3+
This is an extended version of the original library by (Ferdi Koomen)[https://github.com/ferdikoomen/openapi-typescript-codegen] with TzKT-specific features:
44
* Query selectors `?field.eq=12345`
55
* Anyof selector `?anyof.initiator.sender=KT1abcde`
66
* JSON filters `?storage.ledger.[*].eq=12345`
7+
* Better handling NSwag generated spec (tag prefix removed from operationId)
78

8-
In addition to that, OpenAPI singleton is removed (thanks to [Craig McNicholas](https://github.com/yottaltd/openapi-typescript-codegen)).
9+
In addition to that, OpenAPI singleton is removed (thanks to [Craig McNicholas](https://github.com/yottaltd/openapi-typescript-codegen)) so that you can have multiple instances of a service.
910

1011
## Installation
1112

1213
```
13-
yarn add -D @baking-bad/openapi-typescript-codegen
14+
yarn add -D @dipdup/openapi-typescript-codegen
1415
```
1516

1617

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@baking-bad/openapi-typescript-codegen",
2+
"name": "@dipdup/openapi-typescript-codegen",
33
"version": "0.9.3",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen <[email protected]>",

0 commit comments

Comments
 (0)