9c048816c7
added support for java unirest code generation
2024-03-21 22:32:58 +05:30
a38fc47775
added response printing
2024-03-21 22:32:22 +05:30
fb13e4de0b
added formdata support
2024-03-21 22:31:59 +05:30
7a687a532b
added query parameter support for codegen
2024-03-21 22:18:14 +05:30
0734cc2862
added request header support for code generation
2024-03-21 22:17:52 +05:30
816eae4b33
removed the unncessary header usage
2024-03-21 21:34:44 +05:30
decd1d68eb
Padded response body print statement
2024-03-21 20:53:48 +05:30
6e86422285
added starting request part for getCode
2024-03-21 18:07:17 +05:30
9c4f7ef56b
added getCode function
2024-03-21 18:03:45 +05:30
a6b640102c
added the ending template
2024-03-21 18:00:09 +05:30
ff85ed12c7
added template for setting up body and boundary for multipart/form-data in the request
2024-03-21 17:59:34 +05:30
19d717f791
added template for adding fields for formData of type File
2024-03-21 17:58:25 +05:30
3ef0022947
added template for adding fields for FormData of type Text
2024-03-21 17:57:33 +05:30
39bcbede66
added template for add query parameters to the request
2024-03-21 17:56:47 +05:30
fb59227b07
added template for adding content-type to the request
2024-03-21 17:55:23 +05:30
bcee13e989
added template for adding headers to the request
2024-03-21 17:54:33 +05:30
f47f3a5d74
added template for generating request
2024-03-21 17:53:46 +05:30
095c0d6109
added template for requestBody
2024-03-21 17:52:58 +05:30
ec877d14b8
added template to initialise the request URL string
2024-03-21 17:52:20 +05:30
e114637935
added tenmplate for starting main class
2024-03-21 17:49:29 +05:30
f9f73256d5
added template to import necessary Java files
2024-03-21 17:48:22 +05:30
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
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
e63fc14349
update: removed comments.
2024-03-21 08:32:12 +05:30
f99a84375a
Fixed headers and corresponding template
2024-03-21 02:40:47 +05:30
beeece8875
added content type header in formdata
2024-03-20 23:13:06 +05:30
ea67ebf526
Modified code to handle multipart/form-data and bug fixes.
2024-03-19 18:51:20 +05:30
6bd7aeebe3
update: bug fixes.
2024-03-19 17:10: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
e231df6397
added code generation for php curl
2024-03-18 00:12:26 +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
48d4beff00
Added curl rust code generator
2024-03-17 02:48:54 +05:30
9f8a745fb4
fixes: form data & curl
2024-03-17 00:44:10 +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
0b669390ff
Fix tab indicator for formdata
2024-03-16 05:18:00 +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