makemehapi
Version:
Self guided workshops to teach you about hapi.
31 lines (30 loc) • 760 B
JSON
{
"title": "REST WELL WITH HAPI",
"subtitle": "\u001b[23mSelect an exercise and hit \u001b[3mEnter\u001b[23m to begin",
"menu": {
"credits": "CREDITS"
},
"common": {
"exercise": {
"fail": {
"cannot_connect": "Error connecting to http://localhost:{{port}}: {{code}}",
"page_not_found": "Page not found at {{url}}",
"wrong_status_code": "Status code {{statusCode}} returned from url {{url}}, expected {{expected}}."
},
"pass": {
"status_code": "Status code returned is correct"
}
}
},
"exercises": {
"VIEWS": {
"name_param": "the handling"
},
"PROXIES": {
"greeting": "Hello Proxies"
},
"HELPING": {
"name_param": "Helping Hands"
}
}
}