mirror of
https://github.com/foss42/apidash.git
synced 2025-06-07 03:48:11 +08:00
Update README.md
This commit is contained in:
35
README.md
35
README.md
@ -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).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user