makemehapi
Version:
Self guided workshops to teach you about hapi.
28 lines (27 loc) • 634 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:%d: %s",
"page_not_found": "Page not found at %s",
"wrong_status_code": "Status code %d returned from url %s, expected %d."
}
}
},
"exercises": {
"VIEWS": {
"name_param": "the handling"
},
"PROXIES": {
"greeting": "Hello Proxies"
},
"HELPING": {
"name_param": "Helping Hands"
}
}
}