文件名称:rhcjs:用于从 Node.js 与 OpenShift 交互的 OpenShift Node.js 模块
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-02 13:24:02
JavaScript
rhcjs OpenShift Node.js 模块,用于从 Node.js 与 OpenShift 交互。 用法 安装 # install module npm install --save rhcjs 用法 - 基本身份验证 var rhc = require('rhcjs)({ username : 'test@test.com', password : 'test123', target : 'openshift.redhat.com', // optional - defaults to openshift.redhat.com domain : 'test' // optional - if ommitted, app operations won't work }); 用法 - 不记名身份验证 var rhc = require('rhcjs)({
【文件预览】:
rhcjs-master
----package.json(722B)
----test()
--------test.js(4KB)
--------fixtures.js(2KB)
--------errors.js(2KB)
--------accept.js(1KB)
----npm-shrinkwrap.json(12KB)
----rhc.js(867B)
----LICENSE.md(1KB)
----.gitignore(172B)
----CHANGELOG.md(2KB)
----lib()
--------domains.js(516B)
--------apps.js(185B)
--------ssh.js(1KB)
--------authorize.js(321B)
--------base.js(3KB)
--------cartridges.js(163B)
--------app.js(5KB)
----README.md(5KB)