Show a cover letter.

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

{
    "id": 66,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/66/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/66/",
    "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": "<20181221081311.3291-1-kieran.bingham@ideasonboard.com>",
    "date": "2018-12-21T08:13:06",
    "name": "[libcamera-devel,0/5] test: Define libtest",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "mbox": "https://patchwork.libcamera.org/cover/66/mbox/",
    "series": [
        {
            "id": 35,
            "url": "https://patchwork.libcamera.org/api/1.1/series/35/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=35",
            "date": "2018-12-21T08:13:06",
            "name": "test: Define libtest",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/35/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/66/comments/",
    "headers": {
        "Return-Path": "<kieran.bingham@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 3F39460B0C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 21 Dec 2018 09:13:20 +0100 (CET)",
            "from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id AA750558;\n\tFri, 21 Dec 2018 09:13:19 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1545379999;\n\tbh=ZRIDG9sbqPu0dbHQEDfXYSxehMGaHnvu2WQaAxr88bc=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=RAqU0Ae33aWcwTaPqGK9gD8RUOPFsoQ+HtjT3j7Ljgv4eVihndXxog8xINIwl+Q9d\n\tMy6DyXw+XkKx5BQznNRtRTuGRT483P6ctwtlxKS2zaR0QNIavP23m90p/SM07W5a32\n\t9+y5VayFByFBI1QhiOpQdGLd3UsbXEfDw2AlkAtI=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Fri, 21 Dec 2018 08:13:06 +0000",
        "Message-Id": "<20181221081311.3291-1-kieran.bingham@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[libcamera-devel] [PATCH 0/5] test: Define libtest",
        "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": "Fri, 21 Dec 2018 08:13:20 -0000"
    },
    "content": "Define a libtest folder structure, adding appropriate return codes to\nmatch the meson test infrastructure. Then fix the base class to SKIP\ntests that return TEST_SKIPPED in their init stage.\n\nAppended to this series is a small fix to checkstyle to add an extra\nflag, and remove extraneous description from our top level meson.build\nfile.\n\nKieran Bingham (5):\n  test: Move test objects to libtest\n  test: libtest: Add test return codes\n  test: libtest: Return all non-zero init values\n  utils: checkstyle: add keep-one-line-blocks\n  meson: Shorten project description\n\n meson.build                 |  2 +-\n test/libtest/meson.build    |  7 +++++++\n test/{ => libtest}/test.cpp |  2 +-\n test/{ => libtest}/test.h   |  4 ++++\n test/meson.build            | 20 ++++++++++++++------\n utils/checkstyle.py         |  1 +\n 6 files changed, 28 insertions(+), 8 deletions(-)\n create mode 100644 test/libtest/meson.build\n rename test/{ => libtest}/test.cpp (95%)\n rename test/{ => libtest}/test.h (89%)"
}