Update README.md

This commit is contained in:
Ankit Mahato
2024-03-15 18:09:00 +05:30
committed by GitHub
parent 7aa7dd13f2
commit 8d624dddaa

View File

@ -123,19 +123,28 @@ API Dash can be downloaded from the links below:
API Dash currently supports API integration code generation for the following languages/libraries. API Dash currently supports API integration code generation for the following languages/libraries.
| Language | Library | | Language | Library | Comment/Issues |
| ---------------------- | ------------- | | ---------------------- | ------------- | ------- |
| cURL | | | cURL | | |
| HAR | | | HAR | | |
| Dart | `http` | | Dart | `http` | |
| JavaScript | `axios` | | Dart | `dio` | |
| JavaScript | `fetch` | | Go | `net/http` | |
| JavaScript (`node.js`) | `axios` | | JavaScript | `axios` | |
| JavaScript (`node.js`) | `fetch` | | JavaScript | `fetch` | |
| Python | `http.client` | | JavaScript (`node.js`) | `axios` | |
| Python | `requests` | | JavaScript (`node.js`) | `fetch` | |
| Kotlin | `okhttp3` | | Python | `requests` | |
| Java | `okhttp3` | | Python | `http.client` | |
| Kotlin | `okhttp3` | https://github.com/foss42/apidash/issues/280 |
| Rust | `reqwest` | |
| Rust | `ureq` | |
| Rust | `Actix Client` | |
| Java | `asynchttpclient` | https://github.com/foss42/apidash/issues/136 |
| Java | `HttpClient` | https://github.com/foss42/apidash/issues/137 |
| Java | `okhttp3` | |
| Julia | `HTTP` | https://github.com/foss42/apidash/issues/154 |
| PHP | `guzzle` | https://github.com/foss42/apidash/issues/143 |
We welcome contributions to support other programming languages/libraries/frameworks. Please check out more details [here](https://github.com/foss42/apidash/discussions/80). We welcome contributions to support other programming languages/libraries/frameworks. Please check out more details [here](https://github.com/foss42/apidash/discussions/80).