-
Notifications
You must be signed in to change notification settings - Fork 0
API Documentation
abonte edited this page Jan 16, 2016
·
2 revisions
Get motivation joke phrase of Chuck Norris used to motivate the user.
| GET https://as-enigmatic-journey-9195.herokuapp.com/sdelab/person/motivation |
|---|
| Response MediaType = TEXT_PLAIN |
| Parameter | Description | Required? |
|---|---|---|
| N/A | N/A | N/A |
Get current weather data for one location.
| GET https://as-enigmatic-journey-9195.herokuapp.com/sdelab/person/weather?city=Trento,it&units=metric&mode=json |
|---|
| Response MediaType = TEXT_PLAIN |
| Parameter | Description | Required? |
|---|---|---|
| city | {Trento,it} location and nation code for which get current weather data | YES |
| units | {metric} type of units to use for measure | YES |
| mode | {json} type of return data | YES |
Get weather forecast for 5 days with data every 3 hours by city name.
| GET https://as-enigmatic-journey-9195.herokuapp.com/sdelab/person/forecast?city=Trento,it&units=metric&mode=json |
|---|
| Response MediaType = TEXT_PLAIN |
| Parameter | Description | Required? |
|---|---|---|
| city | {Trento,it} location and nation code for which get forecast weather data | YES |
| units | {metric} type of units to use for measure | YES |
| mode | {json} type of return data | YES |
{
"Condition": "Clouds",
"Temperature min": "-11.93",
"Humidity": "91",
"Current Temperature": "-11.93",
"Pressure": "872.9",
"Temperature max": "-10.48"
}