Update README.md

This commit is contained in:
Ashita Prasad
2024-11-30 16:57:24 +05:30
committed by GitHub
parent c717b23f7b
commit de7383f918

View File

@ -132,23 +132,23 @@ API Dash currently supports API integration code generation for the following la
| JavaScript | `fetch` | |
| JavaScript (`node.js`) | `axios` | |
| JavaScript (`node.js`) | `fetch` | |
| Java | `asynchttpclient` | |
| Java | `HttpClient` | |
| Java | `okhttp3` | |
| Java | `Unirest` | |
| Julia | `HTTP` | |
| Kotlin | `okhttp3` | |
| PHP | `curl` | |
| PHP | `guzzle` | |
| PHP | `HTTPlug` | |
| Python | `requests` | |
| Python | `http.client` | |
| Kotlin | `okhttp3` | |
| Ruby | `faraday` | |
| Ruby | `net/http` | |
| Rust | `hyper` | |
| Rust | `reqwest` | |
| Rust | `ureq` | |
| Rust | `Actix Client` | |
| Java | `asynchttpclient` | |
| Java | `HttpClient` | |
| Java | `okhttp3` | |
| Java | `Unirest` | |
| Julia | `HTTP` | |
| PHP | `curl` | |
| PHP | `guzzle` | |
| PHP | `HTTPlug` | |
We welcome contributions to support other programming languages/libraries/frameworks. Please check out more details [here](https://github.com/foss42/apidash/discussions/80).