dotarj / PartialResponse.AspNetCore.Mvc.Formatters.Json

PartialResponse.AspNetCore.Mvc.Formatters.Json provides JSON partial response (partial resource) support for ASP.NET Core MVC.
Other
16 stars 10 forks source link

Ignore fields explicitly #13

Open BigNiceStef opened 4 years ago

BigNiceStef commented 4 years ago

Having the same concept as "fields=" to ignore fields could be very useful for scenarios where you have external APIs calling internal/private APIs which could ignore explicitly based on different business requirements. What do you think?