252 Commits

Author SHA1 Message Date
85be151987 Update net_http.dart 2024-04-06 23:52:50 +05:30
77005eaad9 refactor 2024-04-06 20:21:00 +05:30
20f1375559 refactor 2024-04-06 20:20:29 +05:30
95bbd0dc8f Merge branch 'main' into update_ClibCurl 2024-04-06 20:16:36 +05:30
a2735e1ea5 refactoring 2024-04-06 20:14:02 +05:30
94f039001c Update faraday.dart 2024-04-06 19:44:45 +05:30
f10ae7a403 Update net_http.dart 2024-04-06 19:43:43 +05:30
7f5956ba9d formatting fixes 2024-04-06 18:42:33 +05:30
f7a6fdeb67 Fixes 2024-04-06 18:30:08 +05:30
cab00c1d13 Rename & remove padding 2024-04-06 14:10:35 +05:30
49d98b0479 Merge branch 'main' into feat_ruby_net_http 2024-04-06 13:50:54 +05:30
631c2e26d3 cleanup ContentType 2024-04-06 13:42:35 +05:30
90eed294e7 Merge pull request #374 from AcousticDeveloper/resolve-issue-147
Added Code Generator For Ruby (Faraday)
2024-04-06 13:33:19 +05:30
bc532ae593 remove boundary 2024-04-06 13:30:24 +05:30
a4572b3911 Update curl.dart 2024-04-05 01:26:32 +05:30
7952ca849d Update c# 2024-04-05 00:52:01 +05:30
4bb7476f8a Merge branch 'main' into main 2024-04-04 08:32:44 +05:30
ad480ecadd solved the post request issue. 2024-04-03 00:40:38 +05:30
e205f6f64e Merge pull request #322 from royshruti/resolve-issue-142
Added CodeGen for PHP (curl)
2024-03-31 20:32:44 +05:30
91a58a8d31 fixes 2024-03-31 20:31:33 +05:30
459c96f90c Merge pull request #353 from apoorvdwi/validate-java-codegen
Validate JAVA Http Client Codegen and add relevant testcases
2024-03-31 20:07:24 +05:30
0de76cc1f0 print int status code 2024-03-31 19:39:22 +05:30
67155a8129 added code generator for faraday 2024-03-31 19:29:38 +05:30
2671f61eb3 added templates for faraday code 2024-03-31 19:29:18 +05:30
b86adacffc addec class for generating faraday code 2024-03-31 19:29:00 +05:30
aa535a4d8d added code generator support ruby faraday 2024-03-31 19:28:17 +05:30
e863b35ada Update http.dart 2024-03-31 17:34:32 +05:30
bc89374d14 Update codegen.dart 2024-03-31 17:34:13 +05:30
62fc4a020b removed ruby files 2024-03-30 20:35:54 +05:30
dcd3b9f9eb fixed imports and removed unused variables 2024-03-30 20:10:39 +05:30
0f4d97e20a request dispatcher fixed 2024-03-30 20:10:22 +05:30
d24b2c2127 added header support 2024-03-30 20:10:02 +05:30
24e670e098 added formdata support 2024-03-30 20:09:23 +05:30
33cea56a52 added boundary and url params builder 2024-03-30 20:08:45 +05:30
21015ed39d added optional boundary as argument 2024-03-30 20:08:11 +05:30
93fdb71ca4 fixed request template 2024-03-30 20:07:53 +05:30
361846997a removed multipart form builder in favor of native HTTP.Form 2024-03-30 20:07:13 +05:30
31469e3651 added formdata and text/json payload template 2024-03-30 20:06:18 +05:30
bbbf686f80 added header dict template 2024-03-30 20:05:51 +05:30
6deaaf2169 added param dict template 2024-03-30 20:05:36 +05:30
4d073ec9c1 added templates for package import, url and boundary 2024-03-30 20:05:14 +05:30
d601094ef4 added boundary in julia codegen 2024-03-30 20:03:28 +05:30
53ef0ce747 including uri parameters 2024-03-28 04:01:19 +05:30
0354792457 inclusion of headers 2024-03-28 04:01:03 +05:30
261103d5eb request sending setup 2024-03-28 04:00:50 +05:30
c9c51a2840 faraday connection creation 2024-03-28 04:00:23 +05:30
7e43c33565 payload creation 2024-03-28 04:00:06 +05:30
21e05c288e setting up request url 2024-03-28 03:59:18 +05:30
0150675f9f custom boundary creation for heredoc 2024-03-28 03:58:55 +05:30
3b93bb3f86 try catch block for error handling 2024-03-28 03:57:46 +05:30