jfudickar / json2puml

Generate PlantUML files based on JSON files.
GNU General Public License v3.0
8 stars 0 forks source link

Add a curlUrlParameter object to the inputFile definition #13

Closed jfudickar closed 8 months ago

jfudickar commented 10 months ago

This parameter object could be used for example in combination with dynamic inputparameters to add additional inputfilter to the url based on the curlparameters

Example: Having a global curl paramater "customernumber". Only when the parameter is filled the filter condition ?customer==${customernumber} should be added.