We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently the query for cities requires country and state payload. We need to have iso2 and state or iso3 and state`. or both.
country
state
iso2
iso3 and
Current payload:
{ "country": "Nigeria", "state": "Lagos" }
Required payload:
{ "iso2": "NG", "state" "Lagos" }
or
{ "iso3": "NGN", "state": "Lagos" }
The text was updated successfully, but these errors were encountered:
@MartinsOnuoha can we add state_code too? Like below
{ "iso2":"NG", "state_code": "NG-LA" }
Sorry, something went wrong.
No branches or pull requests
currently the query for cities requires
country
andstate
payload. We need to haveiso2
andstate
oriso3 and
state`. or both.Current payload:
Required payload:
or
The text was updated successfully, but these errors were encountered: