Skip to content

Commit a6d7a35

Browse files
committed
feat: add grpc-test and agents-api entries to API list in demo applications
1 parent b504943 commit a6d7a35

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

demo/element/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'],

demo/standalone/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'],

demo/themed/anypoint.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)