1050 Commits

Author SHA1 Message Date
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
711e3bd74d fix: add buttons back 2024-03-17 18:27:13 +05:30
087b4e6c5b feat: ability to clear response 2024-03-17 15:56:59 +05:30
c6292cb083 refactor: remove form_data_field 2024-03-17 04:20:17 +05:30
6724db3be6 fix: form data columns 2024-03-17 04:06:17 +05:30
48d4beff00 Added curl rust code generator 2024-03-17 02:48:54 +05:30
4548e1dd67 fixes 2024-03-17 01:25:50 +05:30
10348c7358 Merge branch 'main' into AdtD1 2024-03-17 00:58:25 +05:30
9f8a745fb4 fixes: form data & curl 2024-03-17 00:44:10 +05:30
cc200fb0c6 Added feature of dropdowns in settings_page.py should strictly allow selection and no other interaction 2024-03-17 00:18:19 +05:30
e20ffbb97d Merge branch 'main' of https://github.com/foss42/apidash into add-rust-curl-codegen 2024-03-16 23:25:50 +05:30
ebdd9b8b70 Merge branch 'main' into add-feature-mobile-layout 2024-03-16 22:33:27 +05:30
c51018baac updated video preview logic 2024-03-16 22:15:18 +05:30
ad4df3d44b Merge branch 'main' into resolve-issue-missing-drag-scrolling 2024-03-16 20:46:12 +05:30
e421650617 fix: checkbox empty selection 2024-03-16 16:29:35 +05:30
5beb51d2f4 fix: textstyle height, keyId 2024-03-16 15:52:29 +05:30
3a7ae71796 feat: automatic row adding 2024-03-16 15:01:47 +05:30
0b669390ff Fix tab indicator for formdata 2024-03-16 05:18:00 +05:30
fb284d921f Merge branch 'main' into add-feature-mobile-layout 2024-03-16 02:35:51 +05:30
8639553d77 fix: TextFieldEditor OnTapOutside 2024-03-16 02:32:21 +05:30
63f5322beb Merge pull request #302 from PCoder23/kotlin-okhttp-tests
added test cases for kotli okhttp3
2024-03-16 01:16:53 +05:30
8b3a3568d8 fixed issues 2024-03-15 22:43:57 +05:30
8af676d7c4 fix: dispose valuenotifiers 2024-03-15 20:34:03 +05:30
c0e0948f41 chore: appbar request title 2024-03-15 20:25:31 +05:30
bd2df8c4df Merge pull request #297 from Tanish2002/add-axios-multipart-tests
Refactor Javascript Axios and add Multipart form tests
2024-03-15 19:18:32 +05:30
a3fd05f905 fixes 2024-03-15 18:56:06 +05:30
67aadaabec Update consts.dart 2024-03-15 18:12:07 +05:30
d4723abe60 fixes 2024-03-15 17:44:51 +05:30
8f682e75d4 Merge branch 'main' into main 2024-03-15 17:38:26 +05:30
1228ac4e46 Update seq 2024-03-15 17:35:25 +05:30
f0dc0c5247 Merge branch 'main' into main 2024-03-15 17:29:37 +05:30
158a4cae25 fix: drag direction update 2024-03-15 16:28:32 +05:30
5b07796127 fix: rename dialog pop issue 2024-03-15 16:12:02 +05:30
81e6511f6e fixes 2024-03-15 15:56:57 +05:30
4c90386d5d Merge branch 'main' into codegen_java_httpclient 2024-03-15 15:53:37 +05:30
9e2cf7fac1 fix(codgen-axios): fix the broken codegen for multipart requests as well as refactor it 2024-03-15 14:31:14 +05:30