Skip to content

Commit f4fcc88

Browse files
committed
vo-modified-documentation-and-readme
1 parent 069e1c1 commit f4fcc88

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1+
# OpenAPI Specification to Java Client SDK Generator
2+
13
---
4+
5+
This project intends to help you generate an API Wrapper that fits around a given API Specification, preferably Swagger/OpenAPI Specification and generate a module to be used in other projects in order to interact with the API.
6+
7+
---
8+
## Benefits of using an API Wrapper
9+
10+
When programming your business logic, you won't love to handle extra complexity of the retry mechanisms and code corrections and the logic that is required to be used in the project that you're writing your business logic in. Well other than this, there can be a lot of factors that you need to take care of in order to ensure that the response data is being correctly parsed.
11+
12+
---
13+
## Installation Steps
14+
15+
Well currently, you can fork the repo, clone it and specify the file which contains the specification for the API. Make sure the file is named `openapi.yaml` in order for the project to pick up the file. Then simply run the `APIWrapperGenerator` class in order to get the wrapper generated.

0 commit comments

Comments
 (0)