retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/26/events/?format=api&offset=10&ordering=fr_label
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/mementos/26/events/?format=api&limit=10&ordering=fr_label",
    "results": []
}