hassanhabib / RESTFulSense

A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.
https://www.restfulsense.com
237 stars 51 forks source link

CLIENTS: Add support to inject JsonSerializerOptions #152

Closed LBoullosa closed 9 months ago

LBoullosa commented 9 months ago

Since RESTFulSense uses JsonSerializerSettings (NewtonSoft) no way to implement JsonSerializerOptions (System.Text) without a massive library change.

LBoullosa commented 9 months ago

See #153