Dimzou.Publication 概述

Dimzou.Publication 概述

有关此资源的方法列表,请参阅本页结尾。

资源表示

出版物。一个出版物对应一个章节。

{
    "id": integer,
    "node_id": integer,
    "bundle_id": integer,
    "title": string,
    "summary": string,
    "content": string,
    "cover": string,
    "sort": integer,
    "author": User,
    "translator": User,
    "category": Category,
    "created_at": string,
    "updated_at": string,
    "nodes": [
        Node
    ],
    "pub_type": integer,
    "comments_count": integer,
    "likes_count": integer,
    "current_user_has_liked": boolean,
    "template": string,
    "covers": {
        "path": string,
        "sizes": {
            "cover_sm": {
                "width": integer,
                "height": integer,
                "path": string
            }
        }
    },
    "bundle_is_multi_chapter": boolean,
    "is_binding_publish": boolean,
    "is_all_chapters_publish": boolean,
    "comments": [
        Comment
    ],
    "bundle_original": integer,
    "bundle_copy_creator": integer
}
Property nameValueDescriptionNotes
idinteger出版物idPrimary Key
node_idinteger章节ID
bundle_idintegerBundle ID
authornested object出版物作者User.Profile
translatornested object翻译者User.Profile
categorynested object出版物分类Dimzou.Category
titlestring出版物标题纯文本
summarystring出版物摘要HTML 文本
contentstring出版物正文HTML 文本
coverstring出版物封面图片url
coversnested object出版物封面图片缩略图
covers.pathstring出版物封面图片url跟 cover相同
covers.sizesnested object出版物封面图片缩略图尺寸
covers.sizes.{size}.pathstring出版物封面图片缩略图url
pub_typeenum出版物类型Publication.PubType
sortinteger该出版物对应的章节的序号封面章节为0
created_atstring创建时间
updated_atstring最近更新时间
nodes[]list该书下的所有章节简要数据Dimzou.Node
comment_countinteger评论数量
likes_countinteger点赞数量
current_user_has_likedboolean当前用户是否有点赞过该出版物
statusenum对应的章节状态Node.Status
templatestring模版I – V
bundle_is_multi_chapterboolean对应的书是否为多章节
is_binding_publishboolean是否有多个章节一起出版
is_all_chapters_publishboolean是否所有章节一起出版
comments[]list出版物的评论列表Activity.Comment
bundle_originalinteger对应的bundle的 正本bundle id
bundle_copy_creatorinteger对应的bundle的副本创建人User.Profile

Methods

get

返回指定的出版物(Publication)。

history

返回指定出版物的其他历史版本。

related

返回指定出版物的相关出版物。

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code