Note

In reply to this conservation:
Srdjan
@glennjones, @hapijs looks really nice. but example in the slides uses GET to add numbers? "method: 'GET', path: '/sum/add/{a}/{b}'"
@djidja8 was not sure what verb/input type to use there, how would you have designed it? Went with get url as sum result does not change
‐ Also on:
Mentions:
Srdjan
@glennjones maybe: method: 'PUT', path: '/sum/', config: { handler: handlers.sum.add, body: '{arg1: {a}, arg2: {b}}', ...

Data formats:

API