Socket
Socket
Sign inDemoInstall

heroku-client

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-client - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

16

docs/organizationApp.md

@@ -33,31 +33,31 @@ # organization-app

`heroku.organizations().apps({app_identity}).info({callback});`
`heroku.organizations().apps({app_name}).info({callback});`
Method | Path
--- | ---
GET | /organizations/apps/{app_identity}
GET | /organizations/apps/{app_name}
### `updateLocked`
`heroku.organizations().apps({app_identity}).updateLocked({attributes}, {callback});`
`heroku.organizations().apps({app_name}).updateLocked({attributes}, {callback});`
Method | Path
--- | ---
PATCH | /organizations/apps/{app_identity}
PATCH | /organizations/apps/{app_name}
### `transferToAccount`
`heroku.organizations().apps({app_identity}).transferToAccount({attributes}, {callback});`
`heroku.organizations().apps({app_name}).transferToAccount({attributes}, {callback});`
Method | Path
--- | ---
PATCH | /organizations/apps/{app_identity}
PATCH | /organizations/apps/{app_name}
### `transferToOrganization`
`heroku.organizations().apps({app_identity}).transferToOrganization({attributes}, {callback});`
`heroku.organizations().apps({app_name}).transferToOrganization({attributes}, {callback});`
Method | Path
--- | ---
PATCH | /organizations/apps/{app_identity}
PATCH | /organizations/apps/{app_name}

@@ -17,23 +17,23 @@ # organization-app-collaborator

`heroku.organizations().apps({app_identity}).collaborators({collaborator_email}).delete({callback});`
`heroku.organizations().apps({app_name}).collaborators({collaborator_email}).delete({callback});`
Method | Path
--- | ---
DELETE | /organizations/apps/{app_identity}/collaborators/{collaborator_email}
DELETE | /organizations/apps/{app_name}/collaborators/{collaborator_email}
### `info`
`heroku.organizations().apps({app_identity}).collaborators({collaborator_email}).info({callback});`
`heroku.organizations().apps({app_name}).collaborators({collaborator_email}).info({callback});`
Method | Path
--- | ---
GET | /organizations/apps/{app_identity}/collaborators/{collaborator_email}
GET | /organizations/apps/{app_name}/collaborators/{collaborator_email}
### `list`
`heroku.organizations().apps({app_identity}).collaborators().list({callback});`
`heroku.organizations().apps({app_name}).collaborators().list({callback});`
Method | Path
--- | ---
GET | /organizations/apps/{app_identity}/collaborators
GET | /organizations/apps/{app_name}/collaborators
{
"name": "heroku-client",
"version": "1.6.0",
"version": "1.6.1",
"description": "A wrapper for the Heroku v3 API",

@@ -5,0 +5,0 @@ "main": "./lib/heroku.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc