Note

‐ Also on:
Mentions:
Srdjan
@glennjones, @hapijs looks really nice. but example in the slides uses GET to add numbers? "method: 'GET', path: '/sum/add/{a}/{b}'"
Glenn Jones
@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
Srdjan
@glennjones maybe: method: 'PUT', path: '/sum/', config: { handler: handlers.sum.add, body: '{arg1: {a}, arg2: {b}}', ...
Tristan Bailey
@glennjones looks good just does not show up on my phone right
Glenn Jones
@tristanbailey thanks for point out the mobile issues with slides, may have to move from http://markdalgleish.com/projects/fathom/… to http://shwr.me/

Data formats:

API