package
Version:
v0.0.0-...-a3d510d
Opens a new window with list of versions in this module.
Published: Jan 24, 2020
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Book struct {
Base
}
Book Book
List 漫画列表
sort=+id,-name 排序
offset=10&limit=5 分页
/api/books[/:id]
type Chapter struct {
Base
}
Chapter Chapter
List 漫画列表
sort=+id,-name 排序
offset=10&limit=5 分页
/api/books/:book_id/chapters[/:id]
/api/books/:book_id/parts[/:chapter_num]
type Comic struct {
Base
}
Comic Comic
List 漫画列表
sort=+id,-name 排序
offset=10&limit=5 分页
/api/books/:book_id/chapters/:chapter_id/comics[/:id]
/api/books/:book_id/chapters/:chapter_id/parts[/:comic_num]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.