|
GET | /{BASE}/memento/resource/{date}/{resource} | returns a serialisation for a given memento resource uri |
GET | /{BASE}/memento/timegate/{resource} | redirects to memento permalink resource |
GET | /{BASE}/memento/timemap/{resource} | |
GET | /{BASE}/versions/list?resource=…&from=…&to=… | Return a list of versions that affect the resource whose uri is passed as argument. |
GET | /{BASE}/versions/{id} | Return detailed information about the version whose id is passed as path argument. |
DELETE | /{BASE}/versions/{id} | Remove the version with the given ID from the triple store. |
POST | /{BASE}/versions/{id} | Revert (undo) the version with the given ID. |