文件名称:node-mastodon:用于节点的Mastodon API客户端
文件大小:8KB
文件格式:ZIP
更新时间:2024-02-23 18:46:13
mastodon mastodon-api mastodon-social-network MastodonJavaScript
淋巴节 API客户端节点 正在安装 npm install mastodon 用法: var Masto = require ( 'mastodon' ) var M = new Masto ( { access_token : '...' , timeout_ms : 60 * 1000 , // optional HTTP request timeout to apply to all requests. api_url : 'https://gay.crime.team/api/v1/' , // optional, defaults to https://mastodon.social/api/v1/ } ) node-mastodon API: var M = new Masto(config) 创建一个Mastodon实例,该实例可用于向Mastodon的API发出请求。 出于安全原因,当前仅支持oauth2访问令牌(不支持用户名/密码身份验证)。 我建议您使用包来获取用户的access_token。 有关如何执行此操作的更多信息,请 。 您还需要首先
【文件预览】:
node-mastodon-master
----lib()
--------helpers.js(2KB)
--------settings.js(145B)
--------mastodon.js(10KB)
----.npmignore(31B)
----LICENSE(1KB)
----README.md(3KB)
----.gitignore(41B)
----package.json(764B)