Right now it's a pretty low-level library with commands such as
bitcoinde.get('orders', { type: 'sell' })
What are your thoughts on providing more high-level functions such as
? That function could retrieve the buy and sell orders in parallel and return them as one. That's just one example.