Skip to content

Add `Heroku.createClient(options)`

Choose a tag to compare

@jclem jclem released this 01 Mar 20:09
· 259 commits to main since this release

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' });