api-library:用于连接botlist.space API的简单库

时间:2024-05-24 13:49:11
【文件属性】:

文件名称:api-library:用于连接botlist.space API的简单库

文件大小:664KB

文件格式:ZIP

更新时间:2024-05-24 13:49:11

JavaScript

botlist.space API 一个简单的库,用于与botlist.space API连接。 入门 通过导航到您的项目目录然后运行npm i botlist.space 。 API范例 const BotList = require ( 'botlist.space' ) ; const client = new BotList . Client ( { id : '12345678900000000' , botToken : 'xxx' } ) ; client . getStatistics ( ) . then ( ( stats ) => /* ... */ ) . catch ( ( error ) => /* ... */ ) ; client . getAllBots ( ) . then ( ( bots ) => /* ... */ ) . catch ( ( e


【文件预览】:
api-library-master
----.eslintrc.json(268B)
----.gitignore(23B)
----package.json(602B)
----package-lock.json(76KB)
----.jsdoc.json(104B)
----LICENSE(1KB)
----README.md(2KB)
----.eslintignore(5B)
----lib()
--------Client.js(6KB)
--------WebSocket.js(4KB)
--------index.js(738B)
--------Structures()
----.npmignore(39B)
----docs()
--------fonts()
--------HTTPError.html(10KB)
--------Structures_Bot.js.html(13KB)
--------Structures_BotUpvoteEvent.js.html(6KB)
--------Collection.html(14KB)
--------Statistics.html(15KB)
--------User.html(17KB)
--------Structures_Collection.js.html(8KB)
--------WebSocket.html(9KB)
--------BotUpvoteEvent.html(8KB)
--------Bot.html(39KB)
--------Structures_BotInviteEvent.js.html(6KB)
--------BotInviteEvent.html(8KB)
--------Structures_CloseEvent.js.html(6KB)
--------scripts()
--------Structures_Statistics.js.html(8KB)
--------Structures_BotViewEvent.js.html(6KB)
--------index.html(8KB)
--------Upvote.html(11KB)
--------Client.js.html(12KB)
--------BotViewEvent.html(8KB)
--------Client.html(34KB)
--------Structures_Upvote.js.html(7KB)
--------Structures_User.js.html(8KB)
--------CloseEvent.html(9KB)
--------styles()
--------WebSocket.js.html(10KB)
--------Structures_Error.js.html(7KB)

网友评论