We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd47ec commit 0e83ff2Copy full SHA for 0e83ff2
README.md
@@ -95,6 +95,7 @@ Following command can be used to generate DTOs and Api clients for the [nem2-sdk
95
$ brew install openapi-generator
96
$ openapi-generator generate -i ./swagger2.yaml -g typescript-node -t templates/ -o ./nem2-ts-sdk/ && rm -R nem2-ts-sdk/test
97
```
98
+ ** Note openapi-generator is also available on docker. (`https://hub.docker.com/r/openapitools/openapi-generator`)
99
4. As the generator doesn't recognize `enum` type alias, we need to manually move enum classes in to the `enumsMap` list.
100
- Open generated file `./nem2-ts-sdk/model/models.ts` in editor
101
- Search for line contains `let enumsMap: {[index: string]: any}`.
0 commit comments