OCI-Rest-APIs-nodejs icon indicating copy to clipboard operation
OCI-Rest-APIs-nodejs copied to clipboard

Oracle Cloud Infrastructure REST APIs implemented in node.js, with current support for Database and limited Object Storage. More will be added.

Results 6 OCI-Rest-APIs-nodejs issues
Sort by recently updated
recently updated
newest added

This PR adds a `package.json` file and associated license. This will allow users to run `npm install` to obtain the dependency chain. Eventually, you can add the `node_modules` folder to...

added instance pool to the Core api, and added list as the call

added a new module for Node.js to list autoscale configurations

removed the policy id from the path in list policies.

Added a new Service Module for WAAS, this is a work in progress to add the different api calls used for WAAS. I am adding only List to waasPolicy but...

There is a file case problem that manifiests in Unix systems with this file. Specifically the require import for rrset needs to me amended to read: ```var rrset = require(...