Closed mulderp closed 10 years ago
In the process of documenting collections, I come across url and and fetch . I guess these have slightly different semantics on the server than on a client.
url
fetch
The idea is url is an API endpoint? And fetch is mapping to a GET request ?
GET
(first attempt document these here: https://github.com/mulderp/serverbone/commit/d373d2f5f6e935a6848a4348c57e79ecdf75ba66 )
Interesting article: https://blog.andyet.com/2011/feb/15/re-using-backbonejs-models-on-the-server-with-node/
In the process of documenting collections, I come across
url
and andfetch
. I guess these have slightly different semantics on the server than on a client.The idea is url is an API endpoint? And fetch is mapping to a
GET
request ?(first attempt document these here: https://github.com/mulderp/serverbone/commit/d373d2f5f6e935a6848a4348c57e79ecdf75ba66 )