bloomberg / blpapi-node

Bloomberg Open API module for node.js
http://www.bloomberglabs.com/api/about/
Other
246 stars 50 forks source link

JS: Expose idiomatic JavaScript API #46

Closed ericvw closed 9 years ago

ericvw commented 9 years ago

Currently the JS layer of the blpapi-node project is a thin wrapper to protect end-users relying directly on the the exposed binding layer API. Now that native ES6 features are available, a more elegant, idiomatic JS API may be provided. Note that this will result in a major version bump from 1.x => 2.x.

ericvw commented 9 years ago

Closed by #50