It's time to put REST to rest
It's time to put REST to rest
sollecitom.github.io
It's time to put REST to rest
There is a discussion on Hacker News, but feel free to comment here as well.
It's time to put REST to rest
It's time to put REST to rest
There is a discussion on Hacker News, but feel free to comment here as well.
Yeah I'm not buying it yet. REST is great from my perspective, and the concern about data leakage seems like it could be curtailed significantly by creating an API contract first and clearly defining field in each object and having a proper security audit performed of the data (whoever that is in your organization). By using code generation on the contract, implementing the client and the server are then very straight forward.