Skip to content

Commit 00563c9

Browse files
committed
add generated command
1 parent 4f75d00 commit 00563c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ TODO: Add a description
1515

1616
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
1717

18+
Like below
19+
20+
```
21+
openapi-generator-cli generate \
22+
-i https://raw.githubusercontent.com/FIWARE/specifications/master/OpenAPI/ngsiv2/ngsiv2-openapi.json \
23+
-g java \
24+
--library restclient \
25+
--additional-properties=invokerPackage=city.makeour.ngsi.v2.invoker,apiPackage=city.makeour.ngsi.v2.api,modelPackage=city.makeour.ngsi.v2.model,groupId=city.makeour.ngsi.v2,artifactId=ngsiv2,artifactVersion=1.0.0 \
26+
-o ./ngsiv2-java
27+
```
28+
1829
## Requirements
1930

2031
Building the API client library requires:

0 commit comments

Comments
 (0)