Open chrisbartoloburlo opened 2 years ago
This happens for both v1 and v2:
When sending a request for a country via a non-existent alpha code we get [null], rather than just the empty list [].
[null]
[]
curl -v \ --url 'http://localhost:8080/rest/v2/alpha?codes=QG'
this project is now dead :( as such, I forked it here
This happens for both v1 and v2:
When sending a request for a country via a non-existent alpha code we get
[null]
, rather than just the empty list[]
.