Commit Graph

3141 Commits

Author SHA1 Message Date
Ankit Mahato
6bbbe9cc1e Merge pull request #336 from Tilakraj-B/main
Added Overlay Widget for saving state
2024-03-21 02:19:26 +05:30
Ankit Mahato
0c5a7d152d Asset file constants 2024-03-21 02:15:25 +05:30
Ankit Mahato
4495e0f2fb minor fix 2024-03-21 02:07:34 +05:30
Tilakraj-B
5e63a8a942 Update consts.dart 2024-03-21 01:32:42 +05:30
Tilakraj-B
2235a253de Imports Rearranged,Reduced Redundant Widgets and Updated Tests. 2024-03-21 01:20:02 +05:30
Apoorv Dwivedi
beeece8875 added content type header in formdata 2024-03-20 23:13:06 +05:30
Nishant Kumar
20c8ee3210 added C libcurl in the readme.d file 2024-03-20 22:56:24 +05:30
Tilakraj-B
719b463483 Added Tests for the overlay_widget_test.dart 2024-03-20 20:00:59 +05:30
Tilakraj-B
a65ef99fff Added Overlay widget for having better UX while waiting 2024-03-20 19:09:09 +05:30
Yousef Rabia
fec18be44b unit testing for SendingWidget 2024-03-20 10:15:06 +02:00
Yousef Rabia
99c8a00278 Add timer for sending widget 2024-03-20 10:14:30 +02:00
Yousef Rabia
98c2c46dd7 add sendingTime var for Request Model class 2024-03-20 10:13:56 +02:00
Nishant Kumar
03ed88b998 library setup, local compilation and execution instructions on the PR 2024-03-20 12:20:25 +05:30
Aashutosh soni
9265cc9d8d Tests: Added all tests as mentioned in #80, all tests passing. 2024-03-19 18:51:45 +05:30
Aashutosh soni
ea67ebf526 Modified code to handle multipart/form-data and bug fixes. 2024-03-19 18:51:20 +05:30
Aashutosh soni
a6291e2d63 wrote all test cases except POST 4 to 9 according to #80 2024-03-19 17:11:13 +05:30
Aashutosh soni
6bd7aeebe3 update: bug fixes. 2024-03-19 17:10:25 +05:30
Nishant Kumar
7ab3f90093 feature C libcurl 2024-03-19 15:24:49 +05:30
Apoorv Dwivedi
97d3c30bba Fixed rust generated code and testcases 2024-03-18 20:26:33 +05:30
Aditya Mayukh Som
1d4bdbb2d2 Merge branch 'main' of gsoc.github.com:AcousticDeveloper/apidash into resolve-issue-136 2024-03-18 17:53:19 +05:30
Ragul Raj
1b1ad25450 Merge branch 'foss42:main' into add-feature-mobile-layout 2024-03-18 01:26:47 +05:30
Ragul Raj
b932046262 Merge branch 'foss42:main' into resolve-issue-missing-drag-scrolling 2024-03-18 01:26:36 +05:30
DenserMeerkat
fb36f05792 refactor: remove debugPrint 2024-03-18 01:22:16 +05:30
Ragul Raj
e4829348e0 Merge branch 'foss42:main' into resolve-issue-remove-add-buttons 2024-03-18 01:18:09 +05:30
DenserMeerkat
a2c20eedc1 fix: empty row when rows exist 2024-03-18 01:17:18 +05:30
Shruti Roy
e231df6397 added code generation for php curl 2024-03-18 00:12:26 +05:30
Shruti Roy
7c1a94fe4c added php curl in the language options 2024-03-18 00:12:02 +05:30
Shruti Roy
ced4994091 added get code function to generate php curl code 2024-03-18 00:10:33 +05:30
Shruti Roy
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
Shruti Roy
342fd78b5f added template for uuid and file boundary 2024-03-17 23:55:48 +05:30
Shruti Roy
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
Shruti Roy
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
Shruti Roy
95b1555e1a added template for query parameters 2024-03-17 23:27:28 +05:30
Shruti Roy
b0556da235 added uri template 2024-03-17 23:27:03 +05:30
Shruti Roy
d4e515ae1c added further basic templates for headers and request creation 2024-03-17 23:26:24 +05:30
Shruti Roy
69ec62acac added basic templates for rendering 2024-03-17 23:24:18 +05:30
Shruti Roy
1c288bc7c2 added http verb to php curlopt conversion function 2024-03-17 23:21:39 +05:30
Shruti Roy
41ae457510 created php curl codegen file 2024-03-17 23:19:52 +05:30
Ankit Mahato
9b4076363d Refactor for clear response button 2024-03-17 22:20:24 +05:30
Ashita Prasad
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
DenserMeerkat
711e3bd74d fix: add buttons back 2024-03-17 18:27:13 +05:30
Mohammed Mohsin
087b4e6c5b feat: ability to clear response 2024-03-17 15:56:59 +05:30
Sixtus Agbo
df25a1b1b3 Add test case to verify proper disposal of selectedIdEditStateProvider 2024-03-17 06:05:29 +01:00
Sixtus Agbo
1513cfe3c1 Add test case for when selectedIdEditStateProvider is reset 2024-03-17 05:55:39 +01:00
Sixtus Agbo
f1ec852acb Add test case for selectedIdEditStateProvider after rename button is tapped 2024-03-17 05:39:54 +01:00
DenserMeerkat
c6292cb083 refactor: remove form_data_field 2024-03-17 04:20:17 +05:30
DenserMeerkat
6724db3be6 fix: form data columns 2024-03-17 04:06:17 +05:30
Apoorv Dwivedi
48d4beff00 Added curl rust code generator 2024-03-17 02:48:54 +05:30
Ankit Mahato
24c089636d Merge pull request #316 from Aditish51/AdtD1
Added feature to dropdowns in settings page
2024-03-17 01:30:51 +05:30
Ankit Mahato
4548e1dd67 fixes 2024-03-17 01:25:50 +05:30