Coleman
Coleman
Its possible to send the parameter "expand=attributes" to GET /user?username=USERNAME in order to get additional attributes on that user object. I can add this fairly easily, but one question remains,...
It can be a real pain to work with an object returned that has hyphens in the keys. e.g. display-name. Would a PR that turns these into camel case be...
When running pggy on OS X 10.9.3 and node version 0.10.28 this is the output I get connecting to a handful of my databases. 
When hitting ì`pggy crashes with this output ``` TypeError: Cannot read property 'content' of undefined at ScrollableBox. (/usr/local/lib/node_modules/pggy/index.js:152:58) at ScrollableBox.EventEmitter._emit (/usr/local/lib/node_modules/pggy/node_modules/blessed/lib/events.js:86:20) at ScrollableBox.EventEmitter.emit (/usr/local/lib/node_modules/pggy/node_modules/blessed/lib/events.js:106:12) at Program. (/usr/local/lib/node_modules/pggy/node_modules/blessed/lib/widget.js:570:15) at Program.EventEmitter.emit (events.js:98:17)...
When attempting to connect to a database that fails there is no output only output to pggy.log in the current working directory. Its probably best to not liter the cwd...