7 ms·
It mightn't be a good idea to have such tight coupling between data schema and API...
by mrfancypants 12y ago
It mightn't be a good idea to have such tight coupling between data schema and API...
- joevandyk 12y agoYou can use views or stored functions to abstract stuff...
- regularfry 12y agoThat's what REST is supposed to solve. Unfortunately, the API responses given here don't seem to take advantage of it.