Skip to content

Commit 8d624dd

Browse files
authored
Update README.md
1 parent 7aa7dd1 commit 8d624dd

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

README.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,28 @@ API Dash can be downloaded from the links below:
123123

124124
API Dash currently supports API integration code generation for the following languages/libraries.
125125

126-
| Language | Library |
127-
| ---------------------- | ------------- |
128-
| cURL | |
129-
| HAR | |
130-
| Dart | `http` |
131-
| JavaScript | `axios` |
132-
| JavaScript | `fetch` |
133-
| JavaScript (`node.js`) | `axios` |
134-
| JavaScript (`node.js`) | `fetch` |
135-
| Python | `http.client` |
136-
| Python | `requests` |
137-
| Kotlin | `okhttp3` |
138-
| Java | `okhttp3` |
126+
| Language | Library | Comment/Issues |
127+
| ---------------------- | ------------- | ------- |
128+
| cURL | | |
129+
| HAR | | |
130+
| Dart | `http` | |
131+
| Dart | `dio` | |
132+
| Go | `net/http` | |
133+
| JavaScript | `axios` | |
134+
| JavaScript | `fetch` | |
135+
| JavaScript (`node.js`) | `axios` | |
136+
| JavaScript (`node.js`) | `fetch` | |
137+
| Python | `requests` | |
138+
| Python | `http.client` | |
139+
| Kotlin | `okhttp3` | https://github.com/foss42/apidash/issues/280 |
140+
| Rust | `reqwest` | |
141+
| Rust | `ureq` | |
142+
| Rust | `Actix Client` | |
143+
| Java | `asynchttpclient` | https://github.com/foss42/apidash/issues/136 |
144+
| Java | `HttpClient` | https://github.com/foss42/apidash/issues/137 |
145+
| Java | `okhttp3` | |
146+
| Julia | `HTTP` | https://github.com/foss42/apidash/issues/154 |
147+
| PHP | `guzzle` | https://github.com/foss42/apidash/issues/143 |
139148

140149
We welcome contributions to support other programming languages/libraries/frameworks. Please check out more details [here](https://github.com/foss42/apidash/discussions/80).
141150

0 commit comments

Comments
 (0)