1.0.2 • Published 8 years ago

ppj-api v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

ppj-api

Node.js version API for https://ppj.io

Implemented based on API v1.

接入请先阅读上方的文档

install

npm install ppj-api

Run demo

check demo.js file

usage

const PPJClient = require('ppj-api')

const client = new PPJClient('your_ppj_access_key')

Apis

API回调的参数见主文档,这里只注明 node.js sdk 中与主文档对应的请求

函数名参数说明
uploadfilepath: string, callback: function创建Job
statustoken: string, callback: function查询特定Job
downloadtoken: string, path: string, callback: function下载产物
listparams: array, callback: function获取所有Jobs
quotascallback: function查看可用额度

仍有疑问?

请加QQ群(459962155)或微信(GockGe)咨询

Rights

All Rights reserved to https://ppj.io.

1.0.2

8 years ago

1.0.0

8 years ago