Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Show HN: A fluent REST client that runs directly in the browser
(opens in new tab)
(github.com)
3 points
mahadevank
8y ago
2 comments
Save
Share
2 comments
2 comments · 1 top-level
top
newest
oldest
TekMol
8y ago
· 1 in thread
Using it, what do I gain over a simple fetch call like the one below?
data = await fetch("http:://api.example.com/...").then(r => r.json());
mahadevank
OP
8y ago
You get a more natural interface to your resources. The usage you're describing is pretty simple, but once you start getting into things like headers, parameter substitution etc., flowrest offers a very convenient way to manage them.
j
/
k
navigate · click thread line to collapse