mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-24 08:25:31 +00:00
add currency codes endpoint
This commit is contained in:
@@ -12,9 +12,9 @@ service Currency {
|
||||
|
||||
message Code {
|
||||
// e.g USD
|
||||
string symbol = 1;
|
||||
string name = 1;
|
||||
// e.g United States Dollar
|
||||
string name = 2;
|
||||
string currency = 2;
|
||||
}
|
||||
|
||||
// Codes returns the supported currency codes for the API
|
||||
|
||||
Reference in New Issue
Block a user