UNPKG

661 BJSONView Raw
1{
2 "title": "REST WELL WITH HAPI",
3 "subtitle": "\u001b[23mSelect an exercise and hit \u001b[3mEnter\u001b[23m to begin",
4 "menu": {
5 "credits": "CREDITS"
6 },
7 "common": {
8 "exercise": {
9 "fail": {
10 "cannot_connect": "Error connecting to http://localhost:%d: %s",
11 "page_not_found": "Page not found at %s",
12 "wrong_status_code": "Status code %d returned from url %s, expected %d."
13 }
14 }
15 },
16 "exercises": {
17 "VIEWS": {
18 "name_param": "the handling"
19 },
20 "PROXIES": {
21 "greeting": "Hello Proxies"
22 },
23 "HELPING": {
24 "name_param": "Helping Hands"
25 }
26 }
27}