Settings

Theme

Show HN: A fluent REST client that runs directly in the browser

github.com

3 points by mahadevank 9 years ago · 2 comments

Reader

TekMol 9 years ago

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());

  • mahadevankOP 9 years 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection