Closed gr2m closed 10 years ago
in the web client (hoodie.js), you simply do hoodie = new Hoodie('http://myhoodie.com');, the /_api gets added automatically.
hoodie = new Hoodie('http://myhoodie.com');
/_api
I think this is an implementation detail that should not be exposed in the API
Good Point. Will change that in the next release.
Fixed in 0.2.2
in the web client (hoodie.js), you simply do
hoodie = new Hoodie('http://myhoodie.com');
, the/_api
gets added automatically.I think this is an implementation detail that should not be exposed in the API