Show a cover letter.

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

{
    "id": 1266,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/1266/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/1266/",
    "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": "<20190523005534.9631-1-niklas.soderlund@ragnatech.se>",
    "date": "2019-05-23T00:55:32",
    "name": "[libcamera-devel,0/2] cam: cleanup code structure",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "mbox": "https://patchwork.libcamera.org/cover/1266/mbox/",
    "series": [
        {
            "id": 321,
            "url": "https://patchwork.libcamera.org/api/1.1/series/321/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=321",
            "date": "2019-05-23T00:55:32",
            "name": "cam: cleanup code structure",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/321/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/1266/comments/",
    "headers": {
        "Return-Path": "<niklas.soderlund@ragnatech.se>",
        "Received": [
            "from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net\n\t[195.74.38.228])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 60DBC60BFA\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 23 May 2019 02:55:45 +0200 (CEST)",
            "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid 79e74c6e-7cf5-11e9-8d05-005056917f90;\n\tThu, 23 May 2019 02:55:43 +0200 (CEST)"
        ],
        "X-Halon-ID": "79e74c6e-7cf5-11e9-8d05-005056917f90",
        "Authorized-sender": "niklas@soderlund.pp.se",
        "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Thu, 23 May 2019 02:55:32 +0200",
        "Message-Id": "<20190523005534.9631-1-niklas.soderlund@ragnatech.se>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 0/2] cam: cleanup code structure",
        "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": "Thu, 23 May 2019 00:55:45 -0000"
    },
    "content": "Hi,\n\nBefore adding new features to the cam utility there is a need to clean \nup some of the organic growth that has happened.\n\nThis series breaks out the capture logic to a new class and reduces the \nmess in main.cpp.\n\nNiklas Söderlund (2):\n  cam: capture: Break out capture to a new class\n  cam: Add CamApp class\n\n src/cam/capture.cpp | 244 +++++++++++++++++++++++++++\n src/cam/capture.h   |  42 +++++\n src/cam/main.cpp    | 391 ++++++++++++--------------------------------\n src/cam/main.h      |  19 +++\n src/cam/meson.build |   1 +\n 5 files changed, 414 insertions(+), 283 deletions(-)\n create mode 100644 src/cam/capture.cpp\n create mode 100644 src/cam/capture.h\n create mode 100644 src/cam/main.h"
}