11 Commits

Author SHA1 Message Date
Борис Верховский
5712222b4c Depend on our fork of yargs published on npm (#311)
so that a configured Git isn't necessary to install curlconverter
2021-10-20 21:43:23 -06:00
jeayu
2ed1fd3be8 Add generator for Java (#256)
* Add generator for Java

* Add support for Java

* Refactor Java generator

* Decompressing gzip
2021-03-25 20:21:57 -07:00
Weslen Nascimento
113a9eee56 Initial commit (#242) 2020-09-25 15:53:41 -07:00
David Recuenco
4bb40e4337 ADD browser generator (#220) 2020-06-17 12:42:03 -07:00
Dainis Gorbunovs
5cfedbf595 Add MATLAB generator (#154)
* Added MATLAB generator

* Fix the issue with single quotes inside double quotes

* webwrite cannot take params as inputs bugfix

* Simplified querystrings for webwrite with data

* Ignore Xnull from Safari

* Bump Node version to 7 to support ECMAScript 6

* structify() function to turn JSON into MATLAB structs

* Add MATLAB structs if data can be parsed as JSON

* Remove the whitespace before ellipsis in MATLAB generator

* WIP on RequestMessage workflow

* Use RequestMessage API

* WIP on WebServices

* Add data to the webwrite

* VerifyServerName flag

* Add files using fileread function

* Make sure only one cookie header is sent

* Fix Cookies in fixtures

* Use newer Node for flatten()

* Use cookie/param string

* Use dot notation for options

* Transpose headers

* Make basic auth work with only password

* put_with_file nonbinary files, multiple_d_post json object

* options unsafe URI symbols, ignore full uri

* Split MATLAB generator into two variants

* Removed todo comments

* Add MATLAB to the CLI

* Add option to disable SSL verification

* Require Node 12+
2020-03-08 18:32:27 -07:00
Yannick Chiasson
103c51c97e implement elixir 2019-12-31 14:40:19 +09:00
Jeff Groom
af0c969139 linting 2019-08-13 14:08:02 -06:00
Jeff Groom
3b2a3a3159 add ansible
alphabetize
2019-08-13 13:55:26 -06:00
csells
106a312039 updated for Dart testing, audit fixes + Windows testing
No real support for Dart yet -- just wiring up a new language for the CLI and for testing.

Also, fixing line ending problems where expected files are loaded from Windows FS with \r\n endings but all of the JS code generates \n output.

Finally, did a node audit fix.
2019-07-25 09:20:55 -07:00
Nick Carneiro
6447ca70d0 fix typo 2019-06-03 07:33:09 -07:00
Noah Cardoza
3307d94b46 cil support 2019-06-01 22:05:49 -07:00