ageddesi/Mocked-API

Add more details about a country to /country api

RizkyRajitha opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
currently we get only an array of country name
mokeapi

Describe the solution you'd like

return array of objects with country details

"name": "Iceland",
"capital": "Reykjavik",
"continent":"Northern Europe",
"area":103000

Thank you

This would be a nice addition to the data.

i will work on this @ageddesi