lamchakchan / RestAssured.Net

A simple testing suite for REST based interfaces
Apache License 2.0
117 stars 48 forks source link

Only limited response-types work? #59

Open FiddlyDigital opened 1 year ago

FiddlyDigital commented 1 year ago

Doesn't seem to work with response types that are not application/json? E.g. for returning a text/html or application/vnd.ms-excel, etc

Are there plans to add support, or is this project abandoned?

basdijkstra commented 1 year ago

Hey @FiddlyDigital, don’t want to ‘poach’ users but have you seen https://github.com/basdijkstra/rest-assured-net?

Builtin support for JSON, XML and HTML, and if you extract the entire response you can pretty much do whatever you want with it.

I fully intend to keep maintaining this for a long while.