Commit Graph

6 Commits

Author SHA1 Message Date
b43621322b more tests, now with 91% coverage! 2013-12-04 17:02:34 -06:00
7e6fa479ad Added the browser based test suite, have it running automatically via PhantomJS with grunt, all tests are passing except one, which requires PhantomJS send a body with a DELETE request 2013-11-05 10:01:12 -07:00
984a55f6c0 Cleaned up the generation script, fixing the doc-blocks above the client actions.
Replaced the transport, giving it all of the functionality that was brought over to the client and making the client simply a place for the API to live. Essentially a shell that can easily be removed.

spec'd out the TransportRequest which will eventually inherit from one of server possible promise implementations and will be plugable. It will also implement the "abort" functionality needed in an environment like node.js
2013-10-29 08:48:29 -07:00
6ae5c30b2e prevented undefined from getting passed to path.join in the yaml test runner 2013-10-24 10:47:21 -07:00
cc1509cef3 removed old dependency on the q lib 2013-10-24 10:41:04 -07:00
e231876702 Switched from downloading zips to downloading tarballs, as the unzip module was randomly sucking. 2013-10-23 21:54:36 -07:00