@begin/api
Advanced tools
Comparing version 1.5.5 to 1.6.0
{ | ||
"name": "@begin/api", | ||
"version": "1.5.5", | ||
"version": "1.6.0", | ||
"description": "Node.js client for api.begin.com", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -35,2 +35,5 @@ > Node client for api.begin.com | ||
// list regions available to create a new app with | ||
let app = await App.regions({ access_token, zip }) | ||
// create a new app | ||
@@ -37,0 +40,0 @@ let app = await App.create({ access_token, zip }) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24075
308
104