Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document continent_codes_list in the README.md
  • Loading branch information
BostX committed Mar 29, 2020
commit 336c2e419b8bf28a36f825e9c296a390fd7580f1
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ __Sample response__
"id": 39,
"country": "Norway",
"country_code": "NO",
"continent_codes_list": ["EUR"],
"country_population": 5009150,
"province": "",
"county": "",
Expand Down Expand Up @@ -175,6 +176,7 @@ __Sample response__
"id": 0,
"country": "Thailand",
"country_code": "TH",
"continent_codes_list": ["ASI"],
"country_population": 67089500,
"province": "",
"county": "",
Expand All @@ -192,6 +194,7 @@ __Sample response__
{
"id": 39,
"country": "Norway",
"continent_codes_list": ["EUR"],
"country_code": "NO",
"province": "",
"county": "",
Expand Down Expand Up @@ -254,6 +257,7 @@ __Sample Response__
"id": 16,
"country": "Italy",
"country_code": "IT",
"continent_codes_list": ["EUR"],
"country_population": 60340328,
"province": "",
"county": "",
Expand Down Expand Up @@ -294,6 +298,7 @@ __Sample Response__
"id": 0,
"country": "US",
"country_code": "US",
"continent_codes_list": ["NAC"],
"country_population": 310232863,
"province": "New York",
"state": "New York",
Expand All @@ -313,6 +318,7 @@ __Sample Response__
"id": 1,
"country": "US",
"country_code": "US",
"continent_codes_list": ["NAC"],
"country_population": 310232863,
"province": "New York",
"state": "New York",
Expand Down