Commit Graph

1486 Commits

Author SHA1 Message Date
Aditya Mayukh Som
39bcbede66 added template for add query parameters to the request 2024-03-21 17:56:47 +05:30
Aditya Mayukh Som
fb59227b07 added template for adding content-type to the request 2024-03-21 17:55:23 +05:30
Aditya Mayukh Som
bcee13e989 added template for adding headers to the request 2024-03-21 17:54:33 +05:30
Aditya Mayukh Som
f47f3a5d74 added template for generating request 2024-03-21 17:53:46 +05:30
Aditya Mayukh Som
095c0d6109 added template for requestBody 2024-03-21 17:52:58 +05:30
Aditya Mayukh Som
ec877d14b8 added template to initialise the request URL string 2024-03-21 17:52:20 +05:30
Aditya Mayukh Som
e114637935 added tenmplate for starting main class 2024-03-21 17:49:29 +05:30
Aditya Mayukh Som
f9f73256d5 added template to import necessary Java files 2024-03-21 17:48:22 +05:30
Aditya Mayukh Som
4afbb364bc added template for importing Unirest 2024-03-21 17:47:07 +05:30
Aditya Mayukh Som
75b5853c3a added JavaUnirestCodeGen class 2024-03-21 17:44:27 +05:30
Nishant Kumar
7f3df0bf5c final compilation corrections 2024-03-21 15:25:53 +05:30
Nishant Kumar
842e67eab5 correction of compilation error 2024-03-21 11:19:46 +05:30
Aashutosh soni
813e4a7f36 Merge branch 'foss42:main' into Add_CodeGen_for_PHP_guzzle 2024-03-21 08:33:25 +05:30
Aashutosh soni
e63fc14349 update: removed comments. 2024-03-21 08:32:12 +05:30
Yousef Rabia
83b3031a9a Update collection_providers.dart 2024-03-21 00:45:25 +02:00
Yousef Rabia
12ab5e0b99 Renamed variable 2024-03-21 00:42:41 +02:00
Yousef Rabia
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
Yousef Rabia
f26ba583cc update timer testing function 2024-03-21 00:32:20 +02:00
Yousef Rabia
98dec76c60 Merge branch 'main' into elapsed-time-by-request 2024-03-21 00:06:27 +02:00
Apoorv Dwivedi
f99a84375a Fixed headers and corresponding template 2024-03-21 02:40:47 +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
Tilakraj-B
a65ef99fff Added Overlay widget for having better UX while waiting 2024-03-20 19:09:09 +05:30
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
Aashutosh soni
ea67ebf526 Modified code to handle multipart/form-data and bug fixes. 2024-03-19 18:51:20 +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
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