Tim Almdal
|
d622d1aa4f
|
Updated the unit tests to match the current API
Corrected a problem identified with the unit tests... failed if the path was empty on PUT.
|
2009-12-23 09:32:32 -08:00 |
|
Tim Almdal
|
22e813d0be
|
Updates the the interface based on actually using it.
|
2009-12-15 10:57:10 -08:00 |
|
Tim Almdal
|
d521faf63d
|
Add the REST delete processing for albums/photos/movies
|
2009-12-09 16:04:08 -08:00 |
|
Tim Almdal
|
dfc556e8a6
|
Implement the RESTful interface for albums/photos/movies
|
2009-12-09 12:06:45 -08:00 |
|
Tim Almdal
|
367f2218f6
|
Use the relative url cache to look up resources instead of the relative path. This allows us to forego the extension as part of the REST url. As well, urls are consistent between normal usage and rest usage.
|
2009-12-09 08:41:38 -08:00 |
|
Tim Almdal
|
9319f37c4f
|
Correct the error message when the item is not found; remove the check for no request_key (access_token) as athat is treated as public permissions
|
2009-12-08 23:27:43 -08:00 |
|
Tim Almdal
|
6fd04069ae
|
Add another error handler "not found" to the rest API.
Implement the get_album rest request handler.
|
2009-12-08 12:50:13 -08:00 |
|