From e5bcc2c80257201df1b4124299675a5c2ec8e8a4 Mon Sep 17 00:00:00 2001 From: Fayder Date: Sat, 22 Aug 2015 10:41:32 +0300 Subject: [PATCH] Master index --- src/main/webapp/index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index fdbbc5d1..3844d1fc 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -45,7 +45,7 @@
Have questions? Found a problem? Tweet it or email me to - fayder.florez( )gmail.com
+ support( )restcountries.eu @@ -55,85 +55,85 @@

Get all the countries!

- http://localhost:8080/rest/v1/all + https://restcountries.eu/rest/v1/all

Currency

- http://localhost:8080/rest/v1/currency/eur + https://restcountries.eu/rest/v1/currency/eur

Capital City

- http://localhost:8080/rest/v1/capital/tallinn + https://restcountries.eu/rest/v1/capital/tallinn

Calling Code

- http://localhost:8080/rest/v1/callingcode/7 + https://restcountries.eu/rest/v1/callingcode/7

Region

- http://localhost:8080/rest/v1/region/africa + https://restcountries.eu/rest/v1/region/africa

Sub Region

- http://localhost:8080/rest/v1/subregion/western asia + https://restcountries.eu/rest/v1/subregion/western asia

ISO 639-1 Language

- http://localhost:8080/rest/v1/lang/et + https://restcountries.eu/rest/v1/lang/et

- http://localhost:8080/rest/v1/lang/no + https://restcountries.eu/rest/v1/lang/no

Country Code

- http://localhost:8080/rest/v1/alpha/co + https://restcountries.eu/rest/v1/alpha/co

- http://localhost:8080/rest/v1/alpha/col + https://restcountries.eu/rest/v1/alpha/col

Country Name Substring

- http://localhost:8080/rest/v1/name/eesti + https://restcountries.eu/rest/v1/name/eesti

- http://localhost:8080/rest/v1/name/estonia + https://restcountries.eu/rest/v1/name/estonia

Country Codes

- http://localhost:8080/rest/v1/alpha?codes=co;rus;no + https://restcountries.eu/rest/v1/alpha?codes=co;rus;no

Country Name Full Text

- http://localhost:8080/rest/v1/name/aruba?fullText=true + https://restcountries.eu/rest/v1/name/aruba?fullText=true

Try it yourself

- + Try it!