1234 Commits

Author SHA1 Message Date
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
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
a65ef99fff Added Overlay widget for having better UX while waiting 2024-03-20 19:09:09 +05:30
fec18be44b unit testing for SendingWidget 2024-03-20 10:15:06 +02:00
99c8a00278 Add timer for sending widget 2024-03-20 10:14:30 +02:00
98c2c46dd7 add sendingTime var for Request Model class 2024-03-20 10:13:56 +02:00
03ed88b998 library setup, local compilation and execution instructions on the PR 2024-03-20 12:20:25 +05:30
7ab3f90093 feature C libcurl 2024-03-19 15:24:49 +05:30
97d3c30bba Fixed rust generated code and testcases 2024-03-18 20:26:33 +05:30
1d4bdbb2d2 Merge branch 'main' of gsoc.github.com:AcousticDeveloper/apidash into resolve-issue-136 2024-03-18 17:53:19 +05:30
b932046262 Merge branch 'foss42:main' into resolve-issue-missing-drag-scrolling 2024-03-18 01:26:36 +05:30
fb36f05792 refactor: remove debugPrint 2024-03-18 01:22:16 +05:30
e4829348e0 Merge branch 'foss42:main' into resolve-issue-remove-add-buttons 2024-03-18 01:18:09 +05:30
a2c20eedc1 fix: empty row when rows exist 2024-03-18 01:17:18 +05:30
e231df6397 added code generation for php curl 2024-03-18 00:12:26 +05:30
7c1a94fe4c added php curl in the language options 2024-03-18 00:12:02 +05:30
ced4994091 added get code function to generate php curl code 2024-03-18 00:10:33 +05:30
53179f88e2 added some more templates and functions
- added template for request body which takes either a string
	  build with form data or the json or text input given as it
	- added template for setting content type in header for
	  multipart/form-data file format
	- passing the request-body in setopt method to set the request
	  body
	- added functions to build formdata with or without a File
2024-03-17 23:57:56 +05:30
342fd78b5f added template for uuid and file boundary 2024-03-17 23:55:48 +05:30
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
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
95b1555e1a added template for query parameters 2024-03-17 23:27:28 +05:30
b0556da235 added uri template 2024-03-17 23:27:03 +05:30
d4e515ae1c added further basic templates for headers and request creation 2024-03-17 23:26:24 +05:30
69ec62acac added basic templates for rendering 2024-03-17 23:24:18 +05:30
1c288bc7c2 added http verb to php curlopt conversion function 2024-03-17 23:21:39 +05:30
41ae457510 created php curl codegen file 2024-03-17 23:19:52 +05:30
9b4076363d Refactor for clear response button 2024-03-17 22:20:24 +05:30
da46216f5f Merge pull request #320 from mdmohsin7/add-clear-response-functionality
feat: ability to clear current response
2024-03-17 20:12:22 +05:30