cf-nodejs-client
Advanced tools
Changelog
Version 0.13.0 2016-01-26
Environment: LOCAL_INSTANCE_1
90 passing (3m) 37 pending
Environment: PIVOTAL
87 passing (5m) 33 pending
Changelog
Version 0.12.0 2015-12-22
Pull Requests:
@jthomas:
Environment: LOCAL_INSTANCE_1
89 passing (3m) 33 pending
Environment: PIVOTAL
82 passing (4m) 29 pending
Environment: BLUEMIX
82 passing (4m) 29 pending
Changelog
Version 0.11.1 2015-11-23
Changelog
Version 0.11.0 2015-11-20
Apps.prototype.create = function (token_type, access_token, appOptions) {
Apps.prototype.add = function (token_type, access_token, appOptions) {
Apps.prototype.stopApp = function (token_type, access_token, app_guid) {
Apps.prototype.stop = function (token_type, access_token, app_guid) {
Apps.prototype.startApp = function (token_type, access_token, app_guid) {
Apps.prototype.start = function (token_type, access_token, app_guid) {
Apps.prototype.deleteApp = function (token_type, access_token, app_guid) {
Apps.prototype.remove = function (token_type, access_token, app_guid) {
Apps.prototype.uploadApp = function (token_type, access_token, app_guid, filePath, async) {
Apps.prototype.upload = function (token_type, access_token, app_guid, filePath, async) {
Apps.prototype.environmentVariables = function (token_type, access_token, app_guid) {
Apps.prototype.getEnvironmentVariables = function (token_type, access_token, app_guid) {
Organizations.prototype.memoryUsage = function (token_type, access_token, org_guid) {
Organizations.prototype.getMemoryUsage = function (token_type, access_token, org_guid) {
Organizations.prototype.summary = function (token_type, access_token, org_guid) {
Organizations.prototype.getSummary = function (token_type, access_token, org_guid) {
OrganizationsQuota.prototype.quotaDefinitions = function (token_type, access_token) {
OrganizationsQuota.prototype.getQuotaDefinitions = function (token_type, access_token) {
OrganizationsQuota.prototype.quotaDefinition = function (token_type, access_token, org_guid) {
OrganizationsQuota.prototype.getQuotaDefinition = function (token_type, access_token, org_guid) {
Routes.prototype.addRoute = function (token_type, access_token, routeOptions) {
Routes.prototype.add = function (token_type, access_token, routeOptions) {
Routes.prototype.deleteRoute = function (token_type, access_token, route_guid) {
Routes.prototype.remove = function (token_type, access_token, route_guid) {
ServiceBindings.prototype.removeServiceBinding = function (token_type, access_token, service_guid){
ServiceBindings.prototype.remove = function (token_type, access_token, service_guid) {
Spaces.prototype.summary = function (token_type, access_token, space_guid) {
Spaces.prototype.getSummary = function (token_type, access_token, space_guid) {
Spaces.prototype.userRoles = function (token_type, access_token, space_guid) {
Spaces.prototype.getUserRoles = function (token_type, access_token, space_guid) {
SpacesQuota.prototype.quotaDefinitions = function (token_type, access_token) {
SpacesQuota.prototype.getQuotaDefinitions = function (token_type, access_token) {
UserProvidedServices.prototype.create = function (token_type, access_token, user_provided_service_options) {
UserProvidedServices.prototype.add = function (token_type, access_token, user_provided_service_options) {
UserProvidedServices.prototype.delete = function (token_type, access_token, service_guid) {
UserProvidedServices.prototype.remove = function (token_type, access_token, service_guid) {
Users.prototype.getUsers = function (token_type, access_token, user_guid) {
Users.prototype.getUsers = function (token_type, access_token) {
Environment: LOCAL_INSTANCE_1
72 passing (2m) 26 pending
Environment: PIVOTAL
64 passing (5m) 21 pending
Environment: BLUEMIX
64 passing (5m) 21 pending
Changelog
Version 0.10.0 2015-11-06
Environment: LOCAL_INSTANCE_1
71 passing (2m) 25 pending
Environment: PIVOTAL
63 passing (4m) 20 pending
Environment: BLUEMIX
63 passing (4m) 20 pending
Changelog
Version 0.9.1 2015-10-29
Environment: LOCAL_INSTANCE_1
65 passing (2m) 23 pending
Environment: PIVOTAL
58 passing (3m) 19 pending
Environment: BLUEMIX
58 passing (3m) 19 pending
Changelog
Version 0.9.0 2015-10-23
Environment: LOCAL_INSTANCE_1
57 passing (1m) 16 pending
Environment: PIVOTAL
57 passing (1m) 16 pending
Environment: BLUEMIX
57 passing (4m) 16 pending
Changelog
Version 0.8.3 2015-10-19
Adding the capability to add filters in a Service Binding Search.
39 passing (1m) 15 pending
Changelog
Version 0.8.2 2015-10-19
Minor fix in index.js to export UserProvidedServices in the right way.
39 passing (2m) 14 pending