| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
no request_key (access_token) as athat is treated as public permissions
|
|
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 the get_album rest request handler.
|
|
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.
|