hbooker-kit
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

HBookerKit for Node

Node.js API Wrapper for 刺猬猫/欢乐书客(HBooker) Android Client

Documentation is working in progress
See also: Samples

使用方法

import { HBookerKit } from 'hbooker-kit'
const client = new HBookerKit()

HBookerKit.login(login_name: string, passwd: string)

...

HBookerKit.shelfList()

...

HBookerKit.shelf(shelf_id: string | number)

...

HBookerKit.book(book_id: string | number)

...

HBookerKit.divisionList(book_id: string | number)

...

HBookerKit.chapterList(division_id: string | number)

...

HBookerKit.chapter(chapter_id: string | number)

...

Package Sidebar

Install

npm i hbooker-kit

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

39.5 kB

Total Files

20

Last publish

Collaborators

  • dragon-fish