Skip to content

Commit 336c2e4

Browse files
committed
Document continent_codes_list in the README.md
1 parent 937648e commit 336c2e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ __Sample response__
129129
"id": 39,
130130
"country": "Norway",
131131
"country_code": "NO",
132+
"continent_codes_list": ["EUR"],
132133
"country_population": 5009150,
133134
"province": "",
134135
"county": "",
@@ -175,6 +176,7 @@ __Sample response__
175176
"id": 0,
176177
"country": "Thailand",
177178
"country_code": "TH",
179+
"continent_codes_list": ["ASI"],
178180
"country_population": 67089500,
179181
"province": "",
180182
"county": "",
@@ -192,6 +194,7 @@ __Sample response__
192194
{
193195
"id": 39,
194196
"country": "Norway",
197+
"continent_codes_list": ["EUR"],
195198
"country_code": "NO",
196199
"province": "",
197200
"county": "",
@@ -254,6 +257,7 @@ __Sample Response__
254257
"id": 16,
255258
"country": "Italy",
256259
"country_code": "IT",
260+
"continent_codes_list": ["EUR"],
257261
"country_population": 60340328,
258262
"province": "",
259263
"county": "",
@@ -294,6 +298,7 @@ __Sample Response__
294298
"id": 0,
295299
"country": "US",
296300
"country_code": "US",
301+
"continent_codes_list": ["NAC"],
297302
"country_population": 310232863,
298303
"province": "New York",
299304
"state": "New York",
@@ -313,6 +318,7 @@ __Sample Response__
313318
"id": 1,
314319
"country": "US",
315320
"country_code": "US",
321+
"continent_codes_list": ["NAC"],
316322
"country_population": 310232863,
317323
"province": "New York",
318324
"state": "New York",

0 commit comments

Comments
 (0)