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
Ankit Mahato
10348c7358
Merge branch 'main' into AdtD1
2024-03-17 00:58:25 +05:30
Ankit Mahato
b87cb08539
Update pull_request_template.md
2024-03-17 00:49:37 +05:30
Ankit Mahato
9f8a745fb4
fixes: form data & curl
2024-03-17 00:44:10 +05:30
Aditish51
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
Apoorv Dwivedi
e20ffbb97d
Merge branch 'main' of https://github.com/foss42/apidash into add-rust-curl-codegen
2024-03-16 23:25:50 +05:30
Ragul Raj
ebdd9b8b70
Merge branch 'main' into add-feature-mobile-layout
2024-03-16 22:33:27 +05:30
Mohammed Abdul Razak Wahab
c51018baac
updated video preview logic
2024-03-16 22:15:18 +05:30
Ragul Raj
ad4df3d44b
Merge branch 'main' into resolve-issue-missing-drag-scrolling
2024-03-16 20:46:12 +05:30
Ankit Mahato
09c572c290
chore: bump pubspec
2024-03-16 17:20:53 +05:30
Ankit Mahato
c287ce83aa
Update CONTRIBUTING.md
2024-03-16 17:13:49 +05:30
DenserMeerkat
e421650617
fix: checkbox empty selection
2024-03-16 16:29:35 +05:30
DenserMeerkat
5beb51d2f4
fix: textstyle height, keyId
2024-03-16 15:52:29 +05:30