Skip to content

Commit 5ed4bc1

Browse files
authored
Add files via upload
1 parent 1bb8d81 commit 5ed4bc1

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)