MCPcopy Create free account
hub / github.com/badyun/AShare / getInfo

Method getInfo

utils/cloud.js:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67 // 获取人信息
68 async getInfo() {
69 let s = await this.http('https://api.aliyundrive.com/v2/databox/get_personal_info');
70 return s
71 }
72
73 // 列出文件
74 async list(parent_file_id = 'root', limit = 200, order_by = 'name', order_direction = 'ASC', marker = null, list = []) {

Callers 1

putFunction · 0.80

Calls 1

httpMethod · 0.80

Tested by

no test coverage detected