There are so many apps that go from function to rest to function.
App.Something(5) > /api/something/5 > API.Something(5)
It's OK to just need an RPC web API! Especially really verby ones where you waste time trying to turn everything into a "resource".
There are so many apps that go from function to rest to function.
App.Something(5) > /api/something/5 > API.Something(5)
It's OK to just need an RPC web API! Especially really verby ones where you waste time trying to turn everything into a "resource".