mirror of
https://codeberg.org/andyscott/OpenWeather-gRPC-API.git
synced 2024-12-21 12:13:09 -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 {
|
||||
//LocationType location_type = 1; NOT IMPLEMENTED YET
|
||||
string city = 1;
|
||||
// optional string zip_code = 2; NOT IMPLEMENTED YET
|
||||
optional string state = 2; // US Only
|
||||
optional string country = 3; // Must be ISO 3166 country code
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue