356 Commits

Author SHA1 Message Date
5b81f17945 update: bugfixes 2024-03-04 22:27:03 +05:30
827e0d6b3a added php Guzzle support 2024-03-04 15:07:56 +05:30
b9750ef8b1 ADD: getCode function to return the generted code string 2024-03-03 02:58:14 +05:30
c13c788ea9 ADD: templates for code generation 2024-03-03 02:54:07 +05:30
c9f90a5d56 ADD: JavaAsyncHttpClientGen class 2024-03-03 02:46:10 +05:30
220d58e638 ADD: switch case for generating javaAsyncHttpClient code generation 2024-03-03 02:43:23 +05:30
3cf677e89b Fix Kotlin codegen to import MultipartBody 2024-02-25 21:17:19 -08:00
b5fb769a89 codegen(actix): add tests 2024-02-25 07:26:18 +05:30
cdda439f0f feat: add codegen for rust(ureq) 2024-02-25 05:31:18 +05:30
7a6bb125c9 codegen(reqwest): small fix for payload and null headerList 2024-02-25 05:20:54 +05:30
f28666444b Update codegen.dart 2024-02-24 23:07:44 +01:00
895007aa40 Update http.dart 2024-02-24 16:46:54 +01:00
944d5b180f Update codegen.dart 2024-02-24 16:31:59 +01:00
50d6b8cd06 julia_http_codegen_levo-777 2024-02-24 16:19:54 +01:00
ac7950efe7 Added codegen for java htttpclient with test cases 2024-02-24 11:02:05 +05:30
456cea6f5f codegen(reqwest): replace header generation from string map 2024-02-24 10:38:40 +05:30
e722b67d7d codegen(actix): some formatting fixes 2024-02-24 10:09:31 +05:30
0623f6e02b codegen(actix): use some jinja magic to reduce the generated code 2024-02-24 07:22:14 +05:30
c341218391 feat: add codegen for rust(actix) 2024-02-24 01:19:09 +05:30
a105b08586 fix: remove redundant multipart header
- reqwest crate will add the headers and boundary itself.
2024-02-23 21:08:51 +05:30
bff2ca892d fix: redundant dart(http) codegen 2024-02-23 19:19:32 +05:30
693b4bda70 fix: remove redundant body payload from codegen 2024-02-23 13:50:29 +05:30
32d246cade feat: add codegen for rust(reqwest) 2024-02-23 13:12:18 +05:30
d46dd0071f Update ContentType & ResponseBodyView enums 2024-01-08 00:32:49 +05:30
b6691af932 Remove default in codegen switch 2024-01-08 00:18:11 +05:30
b92ac78424 Fix python codegens 2024-01-07 20:42:23 +05:30
6959867886 Merge pull request #5 from vidya-hub/form_data_code_gen
rev: reverted changes in js code gen
2024-01-07 20:26:04 +05:30
fe3bea31bd rev: reverted changes in js code gen 2024-01-07 20:21:37 +05:30
673668e431 Merge pull request #4 from vidya-hub/form_data_code_gen
chore: fixed spacing issues in nodejs axios codegen
2024-01-07 19:51:41 +05:30
9d8379e9ac chore: fixed spacing issues in nodejs axios codegen 2024-01-07 19:50:25 +05:30
d0114a6fce Merge pull request #3 from vidya-hub/form_data_code_gen
chore: fixed code generation test cases
2024-01-07 19:33:20 +05:30
b532044981 chore: fixed code generation test cases 2024-01-07 19:32:09 +05:30
30791df102 Fix tests 2024-01-07 16:13:53 +05:30
37ec266a23 Merge branch 'main' into form_data_imp 2024-01-07 15:50:20 +05:30
805f82a677 hasContentTypeHeader getter added to RequestModel 2024-01-07 15:44:19 +05:30
5153841a97 fix: curl gen issue fixes 2024-01-07 15:12:46 +05:30
fead5e6a20 format 2024-01-07 15:07:40 +05:30
4cf36b6450 Update model & codegen 2024-01-07 14:36:30 +05:30
3823b94531 Merge branch 'main' into form_data_imp 2024-01-06 22:50:02 +05:30
c92cc4c5d1 Merge branch 'main' into add-feature-checkbox 2024-01-06 03:04:06 +05:30
06b5eaff22 fix: fixed okhttp3 code gen 2024-01-04 20:50:37 +05:30
9fa72af06b feat: added http and dio code gen 2024-01-03 23:10:51 +05:30
e98ee3d2b1 fix: axios is added and fetch issues fixed 2024-01-03 21:27:17 +05:30
8d7f745bd5 feat: added js amd node-fetch code gen 2024-01-03 21:02:32 +05:30
c765cb378b refact: codegen to override content-type header 2024-01-02 09:23:04 +05:30
f39f30a085 wip: working on fetch api for js 2023-12-31 23:25:55 +05:30
f0047aa087 wip: updated http and requests header handle 2023-12-31 23:25:35 +05:30
68c69d37fe wip: curl and python code gen tested and added 2023-12-31 18:38:06 +05:30
80e13fc625 fix: fixed code gen issues in latest code 2023-12-27 21:38:23 +05:30
3fd0a1933c chore: add request_model tests 2023-12-27 12:16:40 +05:30