You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [Grape](http://github.com/ruby-grape/grape) API that uses [Roar](https://github.com/apotonick/roar).
9
7
10
-
See
11
-
---
12
-
13
-
Try me [here](http://grape-with-roar.herokuapp.com/). In Chrome, best viewed with the [JSONView Plugin](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=en).
14
-
15
8
Run
16
9
---
17
10
@@ -24,10 +17,10 @@ $ rackup
24
17
[2013-06-20 08:57:58] INFO WEBrick::HTTPServer#start: pid=247 port=9292
25
18
```
26
19
27
-
### Hello World
28
-
29
20
Navigate to [localhost:9292/api](http://localhost:9292/api) with a browser. This is a hypermedia API, so all links are clickable.
30
21
22
+
In Chrome, best viewed with the [JSONView Plugin](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=en).
23
+
31
24
Hyperclient
32
25
-----------
33
26
@@ -51,6 +44,6 @@ Check out the [with-mongoid branch](https://github.com/ruby-grape/grape-with-roa
0 commit comments