Add codegen for java okhttp and test cases

This commit is contained in:
Elise
2024-03-14 00:05:55 -07:00
parent 3b99596b90
commit 12177fcff3
5 changed files with 1227 additions and 0 deletions

View File

@ -135,6 +135,7 @@ API Dash currently supports API integration code generation for the following la
| Python | `http.client` |
| Python | `requests` |
| Kotlin | `okhttp3` |
| Java | `okhttp3` |
We welcome contributions to support other programming languages/libraries/frameworks. Please check out more details [here](https://github.com/foss42/apidash/discussions/80).