cs10 / node-canvas-lms

A simple (WIP) node wrapper for the Canvas LMS API
7 stars 4 forks source link

Promises support #17

Open cycomachead opened 8 years ago

cycomachead commented 8 years ago

options.usePromises should exist. We should (in theory) only need to change the _http() method to work.

Optional cute functions, I suppose would need to check what this.http is returning I suppose...