{ "opencollection": "1.0.0", "info": { "name": "EPFL Actu News Categories Mementos API", "version": "v1" }, "items": [ { "info": { "name": "Mementos", "type": "folder" }, "items": [ { "info": { "name": "List all Memento objects.", "type": "http" }, "http": { "method": "GET", "url": "https://actu.epfl.ch/api/v1/mementos/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "List all Memento objects." }, { "info": { "name": "Return the details about the given Memento id.", "type": "http" }, "http": { "method": "GET", "url": "https://actu.epfl.ch/api/v1/mementos/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this object." }, { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "Return the details about the given Memento id." }, { "info": { "name": "List events for a memento.", "type": "http" }, "http": { "method": "GET", "url": "https://actu.epfl.ch/api/v1/mementos/:id/events/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this object." } ] }, "docs": "List events for a memento." } ] } ], "bundled": true }