* allow passing warnings list to *Warn() functions
that way if there's an error, we can catch the error, look at the
warnings that happened while parsing and show them to users.
* axios.post .put .patch take data as the 2nd arg
* rename formData to form
* add warning about data not being sent
* sort imports properly
* passing an object as data sends it as json, not urlencoded
* support --upload-file in Python generator
* import sys
* add --upload-file to url
* update test
* handle automatically added / by URL.parse
* update test
* remove done todo
* Add CFML Support
* convert to TS and update Readme Page
* Delete package-lock.json
unchanged, does not need to be a part of the PR
* Changed file extension of test fixtures to match utility
* update tests to show .cfm extension
* updated generator with quote function, updated a few tests
* Update README.md
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* updated generator with cookie, and binary file, and charset changes. Updated tests to allot for generator changes
* fix formatting
* add back lock file
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* revert lock file
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* update timeout syntax
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* update default proxy port
* update default proxy port2 with tests
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
* update setting auth credentials
* add prettier formatting
* Update src/generators/cfml.ts
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>