mirror of
https://codeberg.org/andyscott/OpenWeather-gRPC-API.git
synced 2024-11-09 06:00:49 -05:00
Added field for zip code, not yet implemented
This commit is contained in:
parent
b32e700d8b
commit
a68ccd0421
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import "location_types.proto";
|
||||||
message RequestCurrent {
|
message RequestCurrent {
|
||||||
//LocationType location_type = 1; NOT IMPLEMENTED YET
|
//LocationType location_type = 1; NOT IMPLEMENTED YET
|
||||||
string city = 1;
|
string city = 1;
|
||||||
|
// optional string zip_code = 2; NOT IMPLEMENTED YET
|
||||||
optional string state = 2; // US Only
|
optional string state = 2; // US Only
|
||||||
optional string country = 3; // Must be ISO 3166 country code
|
optional string country = 3; // Must be ISO 3166 country code
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue