返回指定章节下的段落。
Request
HTTP request
GET https://www.featapi.com/api/dimzou/paragraph/
在feat.com上面定义的资源都含有一下基本字段
interface ResourceBasic {
created_at: string;
updated_at: string;
kind: string;
}
有关此资源的方法列表,请参阅本页结尾。
Bundle指的是书的封面。用户可以通过以下3种方式创建一本书:
Note: 单章节书下不能新增章节。
Note: 无论是单章节书还是多章节书,有且仅有一个书封面(bundle)。
此API参考是按资源类型组织的。每种资源类型都有一个或多个数据表示形式和一个或多个方法。
继续阅读返回用户阅读过的bundle列表。
GET https://www.featapi.com/api/dimzou/user-bundle-history/read-bundles/
返回用户点赞过的bundle列表。
GET https://www.featapi.com/api/dimzou/user-bundle-history/liked-bundles/
返回用户被邀请过的bundle列表。
GET https://www.featapi.com/api/dimzou/user-bundle-history/invited-drafts/
返回用户编辑过的bundle列表。
GET https://www.featapi.com/api/dimzou/user-bundle-history/edited-drafts/
返回用户创建的bundle列表。
GET https://www.featapi.com/api/dimzou/user-bundle-history/created-bundles/
返回用户评论过的bundle列表。
GET https://www.featapi.com/api/dimzou/user-bundle-history/commented-bundles/