segler-alex / radiobrowser-api-rust

radio-browser API implementation in rust
GNU Affero General Public License v3.0
230 stars 96 forks source link

Countries and their country codes #148

Closed NerfBro closed 2 years ago

NerfBro commented 2 years ago

I can get the list of countries and another, separate list of country codes (now needed for filtering searches), but how can i get a list of countries AND their codes together in a single associative list? I'm asking because I need the country name to show the user in my UI, and I need the code to do the filtered lookup using the API.

segler-alex commented 2 years ago

i added this to the countries endpoint