Closed camilledejoye closed 4 years ago
I wonder if it was a good idea to apply it on the ResponseFormatter
.
Because it will also impact the requests, could it have a negative effect ?
If clients are sending requests with missing fields, then it's only fair they receive them too.
We had issues when the response contains null values. They aren't always handled properly by the clients but it seems that all clients checks if a nullable key exists or not. Therefore we might have less issues by simply removing them entirely.