Andrew Stewart
|
682bfc6536
|
Add missing semicolon to appease JSHint
|
2014-06-10 18:45:08 -07:00 |
Andrew Stewart
|
ebdeeccd12
|
Use implicit object conversion with #toJSON
JSON.stringify, if told to convert an object with a #toJSON method, will instead
stringify the result of the #toJSON method.
|
2014-06-06 14:15:43 -07:00 |
Andrew Stewart
|
af4bbd963b
|
Clean up API implementation using middleware
|
2014-06-06 13:52:55 -07:00 |
Andrew Stewart
|
9b352feeae
|
Move API command param parsing to middleware
|
2014-06-04 15:54:23 -07:00 |
Andrew Stewart
|
ac0a69e63f
|
Move API routes to their own file
|
2014-06-04 13:39:30 -07:00 |
Andrew Stewart
|
5e21c52b95
|
Add mock request/response classes for testing
|
2014-06-04 12:51:35 -07:00 |
Andrew Stewart
|
014574a545
|
Move SSL certs to live under api dir
|
2014-06-04 11:58:54 -07:00 |