Path: / {BASE} / memento / resource / {date} / {resource}

returns a serialisation for a given memento resource uri

Path parameters:
resource (.+) - the original resource uri
date ([^/]+) - the date of the version

Method Summary
ResourceDescription
GET /{BASE}/memento/resource/{date}/{resource}returns a serialisation for a given memento resource uri

Method Detail
HTTP Example:
GET /{BASE}/memento/resource/{date}/{resource}
Accept: …

API Example:

MementoWebService.resourceService({'resource': /* resource_string the original resource uri */,
  'date': /* date_string the date of the version */,
  'Accept': /* types_string the accepted content types */});

returns a serialisation for a given memento resource uri

Output:
javax.ws.rs.core.Response - a HTTP response
Header parameters:
Accept - the accepted content types
HTTP return codes:
200 - return resource in requested format
400 - some errors in request
404 - resource or version cannot be found
500 - any other failure