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 d36be18 commit 563614eCopy full SHA for 563614e
README.md
@@ -98,8 +98,10 @@ The Java client then uses a tiny Mustache override to render **thin shells** for
98
99
```mustache
100
// api_wrapper.mustache
101
+import {{commonPackage}}.ServiceClientResponse;
102
+
103
public class {{classname}}
- extends io.github.bsayli.openapi.client.common.ServiceClientResponse<{{vendorExtensions.x-api-wrapper-datatype}}> {
104
+ extends ServiceClientResponse<{{vendorExtensions.x-api-wrapper-datatype}}> {
105
}
106
```
107
@@ -311,7 +313,7 @@ This project may not be the right fit if:
311
313
312
314
## 🛡 License
315
-MIT
316
+This repository is licensed under **MIT** (see [LICENSE](LICENSE)). Submodules inherit the license.
317
318
---
319
0 commit comments