Shruti Roy
d253f62f01
added template for user defined class File
...
- a constructor which takes a human readable name and the file
and internally stores the contents of the file
- if the file does not exist, then file_get_contents function
returns false, in that case the contents of the file is an empty
string
2024-03-17 23:49:48 +05:30
Shruti Roy
dc2bb203fe
added body rendering templates
...
request body will be different based on whether or not the request
contains files
2024-03-17 23:39:33 +05:30
Shruti Roy
95b1555e1a
added template for query parameters
2024-03-17 23:27:28 +05:30
Shruti Roy
b0556da235
added uri template
2024-03-17 23:27:03 +05:30
Shruti Roy
d4e515ae1c
added further basic templates for headers and request creation
2024-03-17 23:26:24 +05:30
Shruti Roy
69ec62acac
added basic templates for rendering
2024-03-17 23:24:18 +05:30
Shruti Roy
1c288bc7c2
added http verb to php curlopt conversion function
2024-03-17 23:21:39 +05:30
Shruti Roy
41ae457510
created php curl codegen file
2024-03-17 23:19:52 +05:30
Apoorv Dwivedi
48d4beff00
Added curl rust code generator
2024-03-17 02:48:54 +05:30
Ankit Mahato
9f8a745fb4
fixes: form data & curl
2024-03-17 00:44:10 +05:30
Apoorv Dwivedi
e20ffbb97d
Merge branch 'main' of https://github.com/foss42/apidash into add-rust-curl-codegen
2024-03-16 23:25:50 +05:30
Ankit Mahato
0b669390ff
Fix tab indicator for formdata
2024-03-16 05:18:00 +05:30
Ankit Mahato
63f5322beb
Merge pull request #302 from PCoder23/kotlin-okhttp-tests
...
added test cases for kotli okhttp3
2024-03-16 01:16:53 +05:30
PCoder23
8b3a3568d8
fixed issues
2024-03-15 22:43:57 +05:30
Ankit Mahato
bd2df8c4df
Merge pull request #297 from Tanish2002/add-axios-multipart-tests
...
Refactor Javascript Axios and add Multipart form tests
2024-03-15 19:18:32 +05:30
Ankit Mahato
a3fd05f905
fixes
2024-03-15 18:56:06 +05:30
Ankit Mahato
d4723abe60
fixes
2024-03-15 17:44:51 +05:30
Ankit Mahato
8f682e75d4
Merge branch 'main' into main
2024-03-15 17:38:26 +05:30
Ankit Mahato
1228ac4e46
Update seq
2024-03-15 17:35:25 +05:30
Ankit Mahato
f0dc0c5247
Merge branch 'main' into main
2024-03-15 17:29:37 +05:30
Ankit Mahato
81e6511f6e
fixes
2024-03-15 15:56:57 +05:30
Ankit Mahato
4c90386d5d
Merge branch 'main' into codegen_java_httpclient
2024-03-15 15:53:37 +05:30
Tanish2002
9e2cf7fac1
fix(codgen-axios): fix the broken codegen for multipart requests as well as refactor it
2024-03-15 14:31:14 +05:30
Ankit Mahato
15c38c6127
removed errors
2024-03-15 08:12:56 +05:30
Ankit Mahato
3eb71bb5ff
Merge branch 'main' into resolve-issue-136
2024-03-15 08:05:17 +05:30
Ankit Mahato
3148c5af03
Merge pull request #192 from ShiqiuC/add-java-okhttp-codegen
...
feat: add codegen for Java(okhttp)
2024-03-15 05:39:53 +05:30
Ankit Mahato
b8cb684cc0
Merge pull request #295 from Tanish2002/add-fetch-multipart-tests
...
Refactor Javascript Fetch and add Multipart form tests
2024-03-15 05:26:55 +05:30
Ankit Mahato
6aaa29cb98
js minor fix
2024-03-15 05:24:50 +05:30
Ankit Mahato
3e2cc90263
fixes
2024-03-15 04:50:32 +05:30
Ashita Prasad
02c4d92c95
Merge pull request #296 from nikkivirtuoso/update_test_cases_for_dart_http
...
update: test cases added from POST4 to POST9 for dart (http)
2024-03-14 18:58:59 +05:30
Tanish2002
5b28debd35
Merge remote-tracking branch 'upstream/main' into add-fetch-multipart-tests
2024-03-14 18:43:28 +05:30
Tanish2002
c37fed8997
fix(codgen-fetch): fix the broken codegen for multipart requests as well as refactor it
2024-03-14 18:37:56 +05:30
Nishant Kumar
926ca3ad96
handled null cases and updated test cases POST4 to POST9
2024-03-14 18:03:23 +05:30
Elise
12177fcff3
Add codegen for java okhttp and test cases
2024-03-14 00:05:55 -07:00
Ankit Mahato
872c5a5cd3
fixes
2024-03-14 03:11:53 +05:30
Ankit Mahato
f9bb3f54ea
Merge branch 'main' into add-to-contributors-codegen-julia-update-levo-777
2024-03-14 02:58:01 +05:30
Ashita Prasad
1575c8e564
Merge pull request #289 from nikkivirtuoso/updating_dart_dio
...
fix: testcases and dart dio codegen
2024-03-14 02:42:39 +05:30
Nishant Kumar
d56b2b6489
handling of null string and test cases updated
2024-03-14 02:13:01 +05:30
Ashita Prasad
62551f05f4
python http.client update
2024-03-13 11:09:13 +05:30
Nishant Kumar
378f16035b
package updation
2024-03-13 00:09:12 +05:30
Nishant Kumar
f495d7b233
fix: testcases and dart dio codegen
2024-03-12 23:57:42 +05:30
Ashita Prasad
19028c54e4
Merge branch 'main' into add-rust-reqwest-codegen
2024-03-12 21:02:56 +05:30
Ashita Prasad
268e729100
Merge branch 'main' into add-rust-ureq-codegen
2024-03-12 20:29:08 +05:30
Ashita Prasad
b2b3111436
Merge branch 'main' into add-rust-actix-codegen
2024-03-12 20:22:50 +05:30
Ashita Prasad
493ead5212
golang fixes and updates
2024-03-12 20:08:15 +05:30
Tanish2002
c37ea648e4
Merge remote-tracking branch 'upstream/main' into add-rust-reqwest-codegen
...
- Merged upstream
- Made required changes with respect to upstream
- Fixed tests
2024-03-12 18:37:56 +05:30
Tanish2002
6fc02de62b
Merge remote-tracking branch 'upstream/main' into add-rust-ureq-codegen
...
- Merged upstream
- Made required changes with respect to upstream
- Fixed tests
2024-03-12 18:19:30 +05:30
Tanish2002
cdc86b57fb
test(rust_actix_codegen): add multipart tests
2024-03-12 18:06:03 +05:30
Tanish2002
f6c8c9addf
Merge remote-tracking branch 'upstream/main' into add-rust-actix-codegen
...
- Merged upstream
- Made required changes with respect to upstream
- Fixed tests
2024-03-12 16:48:43 +05:30
Apoorv Dwivedi
6c2dc7540b
Refactored go http codegen and test file
2024-03-12 12:33:36 +05:30