文件名称:jpush-api-nodejs-client:JPush's officially supported Node.js client library for accessing JPush APIs. 极光推送官方支持的 Node.js 版本服务器端 SDK
文件大小:42KB
文件格式:ZIP
更新时间:2024-05-20 00:37:23
JavaScript
JPush API client library for Node.js 本 SDK 提供 JPush 服务端接口的 Node 封装,与 JPush Rest API 组件通信。使用时引用该模块即可,可参考附带 Demo 学习使用方法。 Node >= 7.6(async/await 语法支持),若 node 版本小于 7.6 请使用 Install npm install jpush-async #or { "dependencies": { "jpush-async": "*" } } Example Quick start 此 Demo 展示如何使用 Node lib 向所有用户推送通知。 var JPush = require("../lib/JPush/JPushAsync.js") var client = JPush.buildClient('
【文件预览】:
jpush-api-nodejs-client-master
----.gitignore(1KB)
----package.json(931B)
----.travis.yml(65B)
----LICENSE(18KB)
----doc()
--------api.md(12KB)
----index.js(144B)
----examples()
--------ReportExample.js(1KB)
--------PushAsyncExample.js(921B)
--------Conf.js.example(0B)
--------DeviceAsyncExamples.js(840B)
--------ScheduleExample.js(3KB)
--------PushExample.js(2KB)
--------DeviceExample.js(3KB)
--------BatchPushExample.js(555B)
--------ReportAsyncExample.js(381B)
----README.md(2KB)
----lib()
--------JPush()
----test()
--------Payload.tests.js(7KB)
--------Push.tests.js(6KB)
--------DeviceTest.js(3KB)
--------BaseTest.js.example(4KB)