feat(weather): add more methods
This commit is contained in:
parent
363db6346b
commit
21f6c8b1a6
4
src/main/java/eirb/pg203/WeatherAPI.java
Normal file
4
src/main/java/eirb/pg203/WeatherAPI.java
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
package eirb.pg203;
|
||||||
|
|
||||||
|
public class WeatherAPI {
|
||||||
|
}
|
@ -1,5 +1,8 @@
|
|||||||
package eirb.pg203;
|
package eirb.pg203;
|
||||||
|
|
||||||
public interface WeatherDataAPI {
|
public interface WeatherDataAPI {
|
||||||
|
|
||||||
Temperature getTemperature(int day, String city);
|
Temperature getTemperature(int day, String city);
|
||||||
|
|
||||||
|
Temperature getTemperature(int day, int hour, String city);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user