accosine / hapi-relax

Wraps nano's API as hapi server methods and seamlessly authenticates with CouchDB via cookie
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Non-callback use is not supported #3

Closed kanongil closed 9 years ago

kanongil commented 9 years ago

The docs state that the nano API is supported. However, it will currently error when no callback is supplied to the methods. In fact it doesn't even return an object from the methods.

sbugert commented 9 years ago

You're right, I will take a look at it. I'm not quite sure yet were the body should be returned.