Add `Heroku.createClient(options)`
As an alternative to creating clients with new Heroku(options), this release allows the creation of clients with a createClient function:
var heroku = require('heroku');
var client = heroku.createClient({ token: '12345' });