fermata icon indicating copy to clipboard operation
fermata copied to clipboard

Succinct native REST client, for client-side web apps and node.js. Turns URLs into (optionally: magic!) JavaScript objects.

Results 22 fermata issues
Sort by recently updated
recently updated
newest added

There's been an update to the Proxy spec: http://wiki.ecmascript.org/doku.php?id=harmony:direct_proxies

The default baseURL is `{base:"", path:[""], query:{}}` which means `fermata.raw({})('page.html')()` results in "/page.html" instead of "page.html". Is this the best default? (Makes sense if URL is absolute, not if base...