You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/07/17 14:35:27 UTC

[camel] 05/05: CAMEL-12658 - Fixed docs with IPStack

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a25b4255c349f85e0740b01f2780f46b43706a76
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 17 16:34:28 2018 +0200

    CAMEL-12658 - Fixed docs with IPStack
---
 components/camel-weather/src/main/docs/weather-component.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-weather/src/main/docs/weather-component.adoc b/components/camel-weather/src/main/docs/weather-component.adoc
index 5f3fcf1..4d480cb 100644
--- a/components/camel-weather/src/main/docs/weather-component.adoc
+++ b/components/camel-weather/src/main/docs/weather-component.adoc
@@ -38,6 +38,12 @@ Since the 9th of October, an Api Key is required to access the
 openweather service. This key is passed as parameter to the URI
 definition of the weather endpoint using the appid paramĀ !
 
+### Geolocation provider
+
+Since July 2018 FreegeoIP is no longer available. The camel-weather component was using this API.
+We switch to https://github.com/apilayer/freegeoip#readme[IPstack] so you'll need to specify and Access Key and the IP 
+from where you're using the API now on.
+
 ### Options