Skip to content

dragon-fish/hbooker-kit-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

...

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published