firstandthird / hapi-method-loader

Hapi method loader
MIT License
0 stars 1 forks source link

will let you pass a pre-specified method prefix as an option #4

Closed orthagonal closed 8 years ago

orthagonal commented 8 years ago

server.register({ register: require('hapi-method-loader'), options: { prefix: 'test' } });

will append all methods to server.methods.test

jgallen23 commented 8 years ago

something is a little wonky with this pull request. It's showing changes that are already in master. Can you look into this?

jgallen23 commented 8 years ago

this still has issues with the commits