1383 Commits

Author SHA1 Message Date
a076a7a6cb Update CONTRIBUTING.md 2024-03-21 23:28:24 +05:30
926fab8921 Merge pull request #340 from Yousef-Rabia/update-CONTRIBUTING.md
Add Android Additional Instructions
2024-03-21 23:27:26 +05:30
08272692a8 added tests for java unirest 2024-03-21 22:33:17 +05:30
9c048816c7 added support for java unirest code generation 2024-03-21 22:32:58 +05:30
07f8ad720d added java Unirest as const 2024-03-21 22:32:44 +05:30
a38fc47775 added response printing 2024-03-21 22:32:22 +05:30
fb13e4de0b added formdata support 2024-03-21 22:31:59 +05:30
7a687a532b added query parameter support for codegen 2024-03-21 22:18:14 +05:30
0734cc2862 added request header support for code generation 2024-03-21 22:17:52 +05:30
816eae4b33 removed the unncessary header usage 2024-03-21 21:34:44 +05:30
decd1d68eb Padded response body print statement 2024-03-21 20:53:48 +05:30
6e86422285 added starting request part for getCode 2024-03-21 18:07:17 +05:30
9c4f7ef56b added getCode function 2024-03-21 18:03:45 +05:30
a6b640102c added the ending template 2024-03-21 18:00:09 +05:30
ff85ed12c7 added template for setting up body and boundary for multipart/form-data in the request 2024-03-21 17:59:34 +05:30
19d717f791 added template for adding fields for formData of type File 2024-03-21 17:58:25 +05:30
3ef0022947 added template for adding fields for FormData of type Text 2024-03-21 17:57:33 +05:30
39bcbede66 added template for add query parameters to the request 2024-03-21 17:56:47 +05:30
fb59227b07 added template for adding content-type to the request 2024-03-21 17:55:23 +05:30
bcee13e989 added template for adding headers to the request 2024-03-21 17:54:33 +05:30
f47f3a5d74 added template for generating request 2024-03-21 17:53:46 +05:30
095c0d6109 added template for requestBody 2024-03-21 17:52:58 +05:30
ec877d14b8 added template to initialise the request URL string 2024-03-21 17:52:20 +05:30
e114637935 added tenmplate for starting main class 2024-03-21 17:49:29 +05:30
f9f73256d5 added template to import necessary Java files 2024-03-21 17:48:22 +05:30
4afbb364bc added template for importing Unirest 2024-03-21 17:47:07 +05:30
75b5853c3a added JavaUnirestCodeGen class 2024-03-21 17:44:27 +05:30
2a79270c4a undoing accidental changes in julia test cases file 2024-03-21 16:44:11 +05:30
7f3df0bf5c final compilation corrections 2024-03-21 15:25:53 +05:30
842e67eab5 correction of compilation error 2024-03-21 11:19:46 +05:30
813e4a7f36 Merge branch 'foss42:main' into Add_CodeGen_for_PHP_guzzle 2024-03-21 08:33:25 +05:30
e63fc14349 update: removed comments. 2024-03-21 08:32:12 +05:30
d2aee57ef1 Remove test case for sentRequestIdStateProvider
I removed test case for this provider because this provider does not
exist in the repository anymore. With recent changes, it has been
removed.
2024-03-21 01:31:55 +01:00
fd03e704b2 Add Android Additional Instructions 2024-03-21 02:03:00 +02:00
5b3c98d86d Merge remote-tracking branch 'origin/main' into add-ui-tests 2024-03-21 00:11:47 +01:00
de19fc4279 Test initial value of sentRequestIdStateProvider 2024-03-21 00:04:45 +01:00
83b3031a9a Update collection_providers.dart 2024-03-21 00:45:25 +02:00
12ab5e0b99 Renamed variable 2024-03-21 00:42:41 +02:00
f2a00a4663 Merge branch 'elapsed-time-by-request' of https://github.com/Yousef-Rabia/apidash into elapsed-time-by-request 2024-03-21 00:32:24 +02:00
f26ba583cc update timer testing function 2024-03-21 00:32:20 +02:00
98dec76c60 Merge branch 'main' into elapsed-time-by-request 2024-03-21 00:06:27 +02:00
f99a84375a Fixed headers and corresponding template 2024-03-21 02:40:47 +05:30
6bbbe9cc1e Merge pull request #336 from Tilakraj-B/main
Added Overlay Widget for saving state
2024-03-21 02:19:26 +05:30
0c5a7d152d Asset file constants 2024-03-21 02:15:25 +05:30
4495e0f2fb minor fix 2024-03-21 02:07:34 +05:30
5e63a8a942 Update consts.dart 2024-03-21 01:32:42 +05:30
2235a253de Imports Rearranged,Reduced Redundant Widgets and Updated Tests. 2024-03-21 01:20:02 +05:30
beeece8875 added content type header in formdata 2024-03-20 23:13:06 +05:30
20c8ee3210 added C libcurl in the readme.d file 2024-03-20 22:56:24 +05:30
719b463483 Added Tests for the overlay_widget_test.dart 2024-03-20 20:00:59 +05:30