From 25e4f73ad31e1edfa922ac60f9f961cf77364c3e Mon Sep 17 00:00:00 2001 From: Fayder Date: Sat, 3 Jan 2015 21:21:41 -0500 Subject: [PATCH] corrected links for live env. --- src/main/webapp/index.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 3c8dcbc9..0df004a1 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -44,85 +44,85 @@

Get all the countries!

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

Currency

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

Capital City

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

Calling Code

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

Region

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

Sub Region

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

ISO 639-1 Language

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

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

Country Code

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

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

Country Name Substring

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

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

Country Codes

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

Country Name Full Text

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

Try it yourself

- + Try it!