21 Commits

Author SHA1 Message Date
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
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
15c38c6127 removed errors 2024-03-15 08:12:56 +05:30
3eb71bb5ff Merge branch 'main' into resolve-issue-136 2024-03-15 08:05:17 +05:30
12177fcff3 Add codegen for java okhttp and test cases 2024-03-14 00:05:55 -07:00
b9750ef8b1 ADD: getCode function to return the generted code string 2024-03-03 02:58:14 +05:30
c13c788ea9 ADD: templates for code generation 2024-03-03 02:54:07 +05:30
c9f90a5d56 ADD: JavaAsyncHttpClientGen class 2024-03-03 02:46:10 +05:30
ac7950efe7 Added codegen for java htttpclient with test cases 2024-02-24 11:02:05 +05:30