説明なし

bodicsek 160dfe9b4c Adding getInvoices query parameters 6 年 前
.gitignore 61064117bf Initial commit 6 年 前
README.md 160dfe9b4c Adding getInvoices query parameters 6 年 前
app.js 160dfe9b4c Adding getInvoices query parameters 6 年 前
clusterkey.ppk cc02ee7deb Adding getInvoices and healthCheck calls 6 年 前
package-lock.json 61064117bf Initial commit 6 年 前
package.json 61064117bf Initial commit 6 年 前

README.md

oci-node-client

  1. Install node + npm
  2. Run npm install
  3. Set your credentials in app.js
    1. Set your authTenancyId (OneConsole -> Administration -> Tenancy Details)
    2. Set your authUserId (OneConsole -> top right corner icon -> Profile)
    3. Set your authPrivateKeyPath (How to generate and upload your API keys)
    4. Set your authKeyFingerprint (OneConsole -> top right corner icon -> Profile -> API Keys)
  4. Create your request function as in getUser and createVCN
  5. Run node app.js