No Description

bodicsek 90b90a6d32 Adding debug logs 6 years ago
.gitignore 61064117bf Initial commit 6 years ago
README.md b48ce6f72f Adding instructions to README 6 years ago
app.js 90b90a6d32 Adding debug logs 6 years ago
clusterkey.ppk cc02ee7deb Adding getInvoices and healthCheck calls 6 years ago
package-lock.json 61064117bf Initial commit 6 years ago
package.json 61064117bf Initial commit 6 years ago

README.md

oci-node-client

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