File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
// library of functions for Apigee Edge.
5
5
//
6
6
// created: Mon Jun 6 17:32:20 2016
7
- // last saved: <2017-May-17 18:22:25 >
7
+ // last saved: <2017-May-17 18:50:31 >
8
8
9
9
( function ( ) {
10
10
var path = require ( 'path' ) ,
63
63
this . caches = new Cache ( conn ) ;
64
64
this . kvms = new Kvm ( conn ) ;
65
65
this . developers = new Developer ( conn ) ;
66
+ this . developerapps = new DeveloperApp ( conn ) ;
66
67
this . sharedflows = new SharedFlow ( conn ) ;
67
68
this . products = new ApiProduct ( conn ) ;
68
69
this . appcredentials = new AppCredential ( conn ) ;
837
838
attributes : prodAttributes ,
838
839
approvalType : options . approvalType || "manual" ,
839
840
displayName : options . productName ,
840
- environments : options . envs ,
841
+ environments : options . environments || options . envs ,
841
842
scopes : options . scopes
842
843
} ;
843
844
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apigee-edge-js" ,
3
- "version" : " 0.2.4 " ,
3
+ "version" : " 0.2.5 " ,
4
4
"description" : " The nodejs library for the administration API for Apigee Edge." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments