js-openclient icon indicating copy to clipboard operation
js-openclient copied to clipboard

An opinionated client for dealing with RESTful APIs (particularly OpenStack's).

Results 8 js-openclient issues
Sort by recently updated
recently updated
newest added

I get an error when I try to use the version 3 of keystone : REQ: POST http://11.27.9.530:5000/v3/tokens Content-Type: application/json Accept: application/json X-Requested-With: js-openclient body: {"auth":{"passwordCredentials":{"username":"usename","password":"mypassword"},"tenantName":"tenant"}} RES: POST http://11.27.9.530:5000/v3/tokens status:...

Allows the user to retrieve the heat template that a stack was created with. The path was ending with a /, which breaks the API call, so I set the...

I have cloud-init on my images and when I use the UI and paste the yaml into the user_data field it spawns properly, but when I attempt this server data...

In the file js-openclient/heat/v1/stacks.js In the create function, it deletes the reference to the error callack: if (params.error) delete params.error; but later we call manager.safe_complete to handle the error: this._super(params,...

Hello, ## In using node.js openclient module in web app, there is a problem concerning the openstack authentication, that is, when the token got from openclient it will be used...

would you be interested in a PR that replaces the Faux-XHR wrapper with plain old `require('http')`. Given that this module already relies on CommonJS requires, using the core node http...