Closed kalwinskidawid closed 3 days ago
Instead of requesting json/countries it is better to request json/countrycodes - less bytes from the response, faster processing :) https://github.com/sfuhrm/radiobrowser4j/blob/8f8ac8c7c08207264902d4d24dfd87a4bbd2379e/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/RadioBrowser.java#L127
json/countries
json/countrycodes
return retrieveValueStationCountList("name", "json/countrycodes");
Ouh, api endpoint is deprecated, sorry
No worries :)
Instead of requesting
json/countries
it is better to requestjson/countrycodes
- less bytes from the response, faster processing :) https://github.com/sfuhrm/radiobrowser4j/blob/8f8ac8c7c08207264902d4d24dfd87a4bbd2379e/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/RadioBrowser.java#L127