File tree Expand file tree Collapse file tree 1 file changed +22
-13
lines changed Expand file tree Collapse file tree 1 file changed +22
-13
lines changed Original file line number Diff line number Diff line change @@ -123,19 +123,28 @@ API Dash can be downloaded from the links below:
123
123
124
124
API Dash currently supports API integration code generation for the following languages/libraries.
125
125
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 |
139
148
140
149
We welcome contributions to support other programming languages/libraries/frameworks. Please check out more details [ here] ( https://github.com/foss42/apidash/discussions/80 ) .
141
150
You can’t perform that action at this time.
0 commit comments