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

returns a serialisation for a given memento resource uri

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

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

Method Detail

GET /{BASE}/memento/resource/{date}/{resource}

returns a serialisation for a given memento resource uri

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

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

Output:
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