You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# OpenAPI Specification to Java Client SDK Generator
2
-
This project intends to create the client sdk for your OpenAPI Specification.
1
+
# OpenAPI to Java Client SDK Generator
3
2
---
3
+
This project intends to parse your OpenAPI specification and generate the client sdk/API wrapper for using it in Java.
4
4
## What are the dependencies?
5
5
This makes use of `swagger-parser` and the publicly archived `javapoet` libraries in order to parse the swagger file and generate the client sdk respectively.
0 commit comments