Show a cover letter.

GET /api/1.1/covers/181/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 181,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/181/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/181/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190108170407.4770-1-jacopo@jmondi.org>",
    "date": "2019-01-08T17:04:03",
    "name": "[libcamera-devel,v2,0/4] libcamera: media device: Add link handling",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "mbox": "https://patchwork.libcamera.org/cover/181/mbox/",
    "series": [
        {
            "id": 61,
            "url": "https://patchwork.libcamera.org/api/1.1/series/61/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=61",
            "date": "2019-01-08T17:04:03",
            "name": "libcamera: media device: Add link handling",
            "version": 2,
            "mbox": "https://patchwork.libcamera.org/series/61/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/181/comments/",
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay12.mail.gandi.net (relay12.mail.gandi.net\n\t[217.70.178.232])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id C7B6260B2E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  8 Jan 2019 18:04:08 +0100 (CET)",
            "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay12.mail.gandi.net (Postfix) with ESMTPSA id 290C1200009;\n\tTue,  8 Jan 2019 17:04:07 +0000 (UTC)"
        ],
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Tue,  8 Jan 2019 18:04:03 +0100",
        "Message-Id": "<20190108170407.4770-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v2 0/4] libcamera: media device: Add link\n\thandling",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Tue, 08 Jan 2019 17:04:08 -0000"
    },
    "content": "Hello,\n   this series adds an interface to manipulate links to the MediaDevice\nand MediaObject classes.\n\nI have here incorporated review comments received on v1.\n\nChangelog:\n- Dropped doxygen patch and moved documentation of MediaDevice::setupLink()\n  to the commit that adds it.\n- The link handling test only runs on VIMC, otherwise the test is skipped\n- Add a MediaDevice::resetLinks() function to reset all links in the media\n  device.\n\nSingular patches changelog is reported per patch when relevant.\n\nThanks\n   j\n\nJacopo Mondi (4):\n  libcamera: Add pointer to MediaDevice to MediaObject\n  libcamera: media_device: Add functions to get a MediaLink\n  libcamera: Add link handling functions\n  test: MediaDevice: Add link exercise test\n\n src/libcamera/include/media_device.h    |  10 ++\n src/libcamera/include/media_object.h    |   8 +-\n src/libcamera/media_device.cpp          | 158 +++++++++++++++++++++++-\n src/libcamera/media_object.cpp          |  56 +++++++--\n test/media_device/media_device_test.cpp | 147 +++++++++++++++++++++-\n 5 files changed, 363 insertions(+), 16 deletions(-)\n\n--\n2.20.1"
}