Skip to content

Commit 4da9ad9

Browse files
authored
Merge branch 'main' into pob-app-integration
2 parents 80c4de3 + 1e600d6 commit 4da9ad9

File tree

83 files changed

+45
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+45
-3
lines changed

ai/.DS_Store

-8 KB
Binary file not shown.

ai/ai-speech/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

ai/gen-ai-agents/.DS_Store

-6 KB
Binary file not shown.
Binary file not shown.

ai/generative-ai-service/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
exportedRestServices:
2+
- endpoint: "http://api.openweathermap.org/data/2.5/weather?units=metric"
3+
name: "fetchWeather"
4+
type: "REST"
5+
authType: "apiKey"
6+
mock: false
7+
restServiceMethods:
8+
- restServiceMethodType: "GET"
9+
contentType: "application/json"
10+
restServiceParams:
11+
- type: "query"
12+
key: "q"
13+
value: "bangalore"
Binary file not shown.

0 commit comments

Comments
 (0)