Skip to content

hakupoint/haku-moefou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haku-moefou NODE API

采用es6编写代码使用babel-none,使用API Key 认证,OAuth 授权接口均未实现

安装

npm install

应用

import Moefou from './lib/api.js';
var moefou = new Moefou('your_key');
moefou.wikis({
  wiki_type: 'music'
}).then((result) =>{
    console.log(result)
});

测试

npm test

TODO

条目相关

  • 获取条目
  • 放映列表
  • 条目基础资料
  • 条目的子条目
  • 收藏记录
  • 评分记录
  • 关联条目
  • 相似条目

子条目

  • 子条目基础资料
  • 子条目收藏记录
  • 评分记录
  • 关联条目

用户相关

  • 用户基本资料
  • 用户收藏条目
  • 用户收藏的子条目

搜索

  • 搜索条目
  • 搜索子条目

电台

  • 电台音乐播放列表
  • 发现音乐
  • 音乐专辑
  • 专辑曲目
  • 专辑收藏

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published