mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-24 00:15:29 +00:00
Add logos to vehicle API (#380)
This commit is contained in:
@@ -8,6 +8,7 @@ service Vehicle {
|
||||
rpc Lookup(LookupRequest) returns (LookupResponse) {}
|
||||
}
|
||||
|
||||
|
||||
// Lookup a UK vehicle by it's registration number
|
||||
message LookupRequest {
|
||||
// the vehicle registration number
|
||||
@@ -45,4 +46,7 @@ message LookupResponse {
|
||||
string wheelplan = 14;
|
||||
// date of last v5 issue
|
||||
string last_v5_issued = 15;
|
||||
// url of logo for the make
|
||||
string logo_url = 16;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user