Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 182 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 182 Bytes

#REST API to get Country Information

Request Format : GET /capital/{country}

Example : GET /capital/india

Response Format : {"country":"india","capital":"New Delhi","error":false}