akamai / papi-demo-app

Example Node/Express/Angular web application using Akamai's Property Manager API.
Apache License 2.0
3 stars 8 forks source link

app.js refers to obsolete 'group' attribute on EdgeGrid #3

Closed damarshall closed 8 years ago

damarshall commented 8 years ago

Suggested one-line patch (to get working with latest EdgeGrid):

`$ git diff diff --git a/app.js b/app.js index 235eedd..4395ca0 100644 --- a/app.js +++ b/app.js @@ -22,7 +22,7 @@ var bodyParser = require('body-parser'); var EdgeGrid =require('edgegrid'); var eg = new EdgeGrid({ path: __dirname + '/.edgerc',

damarshall commented 8 years ago

on patch above, that should be: "- group: 'papi' + section: 'papi'"

ktyacke commented 8 years ago

Hey @damarshall would you ming submitting a PR for this fix? Thanks for catching this!

damarshall commented 8 years ago

PR submitted