1187 Commits

Author SHA1 Message Date
5eb33b0540 Update README.md 2024-04-07 15:46:47 +05:30
74581ec582 Merge pull request #343 from AcousticDeveloper/resolve-issue-135
Added Code Generation For Java (Unirest)
2024-04-07 15:45:59 +05:30
639afa489b fixes 2024-04-07 15:44:08 +05:30
cfdec41cba Merge branch 'main' into resolve-issue-135 2024-04-07 00:56:40 +05:30
fbaed9eef2 Merge pull request #377 from AcousticDeveloper/resolve-issue-375
Validated CodeGen for PHP (cURL)
2024-04-07 00:31:37 +05:30
8bc24721f0 Fixes 2024-04-07 00:30:45 +05:30
fc8e717608 Update consts.dart 2024-04-07 00:16:18 +05:30
85be151987 Update net_http.dart 2024-04-06 23:52:50 +05:30
210e1f936f Update options 2024-04-06 23:52:27 +05:30
6d9cbcc04a add newline 2024-04-06 23:25:36 +05:30
cbdc28dd86 Merge pull request #326 from nikkivirtuoso/update_ClibCurl
Adding: C language using curl library
2024-04-06 21:21:11 +05:30
ec58d0501c Merge branch 'main' into resolve-issue-375 2024-04-06 20:56:07 +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
434c88697f Update README.md 2024-04-06 19:48:59 +05:30
aae26160bd Merge pull request #360 from nikkivirtuoso/feat_ruby_net_http
feat: ruby_net_http
2024-04-06 19:45:52 +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
48fedd5627 Update ruby_net_http_codegen_test.dart 2024-04-06 19:43:22 +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
2c6b23cb75 Update ruby_faraday_codegen_test.dart 2024-04-06 13:32:03 +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
5368749c45 Merge branch 'main' of https://github.com/foss42/apidash 2024-04-05 01:24:37 +05:30
e7356e4154 Update README.md 2024-04-05 00:55:06 +05:30
5da038cb14 Merge pull request #351 from Tilakraj-B/main
Added CodeGen for C# (RestSharp)
2024-04-05 00:53:19 +05:30
7952ca849d Update c# 2024-04-05 00:52:01 +05:30
d221809ee6 Add String extensions 2024-04-05 00:51:45 +05:30
81c86614f8 Update consts.dart 2024-04-04 08:36:36 +05:30
4bb7476f8a Merge branch 'main' into main 2024-04-04 08:32:44 +05:30
8b17c90265 [ISSUE 375] - added test for php curl code generation 2024-04-03 12:52:25 +05:30
5e5eb747b4 [ISSUE 375] - fixed imports during code generation 2024-04-03 12:52:01 +05:30
388e82c3c3 [ISSUE 375] - php curl options setup 2024-04-03 12:51:35 +05:30
c2d25768b3 [ISSUE 375] - removed utility function to convert http verb into curl option 2024-04-03 12:51:07 +05:30
2ce5727c01 [ISSUE 375] - request initialization and body setup 2024-04-03 12:50:32 +05:30
9103f8d5af [ISSUE 375] - query params rendered through iteration in jinja template 2024-04-03 12:49:08 +05:30
d87ac4b46f [ISSUE 375] - strip parameters from url before rendering 2024-04-03 12:48:20 +05:30
02b10c979c [ISSUE 375] - removed utility class rendering for file and formdata handling 2024-04-03 12:47:55 +05:30
623abe3611 [ISSUE 375] - request body is rendered based on whether formdata or text/json type 2024-04-03 12:47:17 +05:30
c04ae9ec30 [ISSUE 375] - header rendering through iteration in jinja template 2024-04-03 12:46:27 +05:30
3b4f3ad0f4 [ISSUE 375] - removed uuid boundary 2024-04-03 12:45:42 +05:30
8ac737b013 [ISSUE 375] - changed string style to single quotes 2024-04-03 12:44:39 +05:30
21e1355d32 [ISSUE 375] - reformatted query params and header rendering 2024-04-03 12:43:49 +05:30