| Age | Commit message (Collapse) | Author |
|
are acutall a path. Leave it up to the handler to determine.
|
|
Corrected a problem identified with the unit tests... failed if the path was empty on PUT.
|
|
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.
|
|
|
|
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)
|
|
Implement an api to format the errors and success messages
Removed the custom routing... urls are now /rest/<module_name>/<resource>
|
|
At the moment, there are no handlers to perform any functionality.
|