Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-08 | Change the url mapping so that path to the is part of the url | Tim Almdal | |
The request key is put in the X-Gallery-Request-Key header The HTTP method can be override by using the X-Gallery-Request-Method header Normalize the request data so that it doesn't matter where it comes from (HTTP get or HTTP post request) | |||
2009-12-08 | Add another error handler "not found" to the rest API. | Tim Almdal | |
Implement the get_album rest request handler. | |||
2009-12-08 | Rename the backing table from rest_keys to user_access_tokens | Tim Almdal | |
Implement an api to format the errors and success messages Removed the custom routing... urls are now /rest/<module_name>/<resource> |