File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class ApicApplication extends DemoBase {
1414 constructor ( ) {
1515 super ( ) ;
1616 this . apis = [
17+ [ 'grpc-test' , 'gRPC API' ] ,
1718 [ 'google-drive-api' , 'Google Drive API' ] ,
1819 [ 'httpbin' , 'HTTPbin API' ] ,
1920 [ 'data-type-fragment' , 'RAML data type fragment' ] ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ class ApicApplication extends DemoBase {
1111 constructor ( ) {
1212 super ( ) ;
1313 this . apis = [
14+ [ 'grpc-test' , 'gRPC API' ] ,
1415 [ 'google-drive-api' , 'Google Drive API' ] ,
1516 [ 'httpbin' , 'HTTPbin API' ] ,
1617 [ 'oAuth2' , 'oAuth2' ] ,
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ class ApicApplication extends DemoBase {
1414 super ( ) ;
1515 this . apis = [
1616 [ 'grpc-test' , 'gRPC API' ] ,
17+ [ 'agents-api' , 'Agents API' ] ,
18+ [ 'agents-api-compact' , 'Agents API Compact' ] ,
1719 [ 'google-drive-api' , 'Google Drive API' ] ,
1820 [ 'httpbin' , 'HTTPbin API' ] ,
1921 [ 'data-type-fragment' , 'RAML data type fragment' ] ,
2022 [ 'demo-api' , 'Demo API' ] ,
2123 [ 'APIC-538' , 'APIC-538' ] ,
22- [ 'agents-api' , 'Agents API Compact' ] ,
2324 ] ;
2425 }
2526
You can’t perform that action at this time.
0 commit comments