asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://asyrjasalo.github.io/RESTinstance
GNU Lesser General Public License v3.0
203 stars 84 forks source link

Please support inputting non-json file #104

Closed jadezhong closed 3 years ago

jadezhong commented 4 years ago

Refer to https://asyrjasalo.github.io/RESTinstance/, in "Input" section, it only support file in json format, but in some case we need non-json file, so please support it ASAP, thx~

asimell commented 3 years ago

@jadezhong https://github.com/asyrjasalo/RESTinstance/pull/113 added support to add data to GET, POST, PUT and PATCH keywords. This is similar to --data flag when you use curl where you can add non-JSON data. Does this fix your need?

asimell commented 3 years ago

Closing issue due to lack of new information. Please reopen if still an issue.

jadezhong commented 3 years ago

@jadezhong #113 added support to add data to GET, POST, PUT and PATCH keywords. This is similar to --data flag when you use curl where you can add non-JSON data. Does this fix your need?

yes, thx