文件名称:node-upyun-classic:用于node.js的upyun SDK
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-19 00:03:48
JavaScript
经典的 适用于node.js的upyun sdk(经典) 安装 $ npm install upyun-classic --save 例子 var UPYUN = require ( 'upyun-classic' ) ; var upyun = new UPYUN ( 'testbucket' , 'operatorname' , 'operatorpwd' , 'v0' ) ; upyun . getUsage ( function ( err , result ) { //... } ) 回复 在此SDK中,每个api都会返回如下响应: 普通的 { statusCode : 200 , // http status code headers : { server : 'nginx/1.1.19' , date : 'We
【文件预览】:
node-upyun-classic-master
----.travis.yml(149B)
----index.js(6KB)
----package.json(668B)
----test()
--------utils.js(3KB)
--------basic.js(7KB)
--------error.js(879B)
--------image.js(1KB)
--------fakeapi.js(2KB)
----LICENSE(1KB)
----.gitignore(668B)
----lib()
--------utils.js(4KB)
----Makefile(573B)
----README.md(6KB)
----.jshintrc(243B)
----.editorconfig(188B)