9 Commits

Author SHA1 Message Date
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