vigetlabs / gangway

A client-side API abstraction layer
MIT License
13 stars 1 forks source link

Nh remove promise #37

Closed nhunzaker closed 8 years ago

nhunzaker commented 8 years ago

This PR removes then/promise in favor of allowing the end-user to define a Promise library. It also updates documentation to make recommendations on what Promise library to use.

Related to #31