Skip to content
get_weather.xml 260 B
Newer Older
Vikas's avatar
Vikas committed
<?xml version="1.0"?>
    <api method="get">
        <rest method="get">
Vikas's avatar
Vikas committed
            <url appid="$apps.$app.Contacts.weather_apikey" city="@city"><![CDATA[https://api.openweathermap.org/data/2.5/weather?appid=$appid&q=$city]]></url>
Vikas's avatar
Vikas committed
        </rest>
    </api>