Hacker News new | ask | show | jobs
by mrfancypants 4284 days ago
It mightn't be a good idea to have such tight coupling between data schema and API...
2 comments

You can use views or stored functions to abstract stuff...
That's what REST is supposed to solve. Unfortunately, the API responses given here don't seem to take advantage of it.