You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2019/02/15 11:17:00 UTC

[jira] [Comment Edited] (IGNITE-11324) Getting Started Doc openweather API has changed

    [ https://issues.apache.org/jira/browse/IGNITE-11324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769206#comment-16769206 ] 

Dmitriy Pavlov edited comment on IGNITE-11324 at 2/15/19 11:16 AM:
-------------------------------------------------------------------

[~greg.stachnick], If you would like to contribute fix of this, please see https://github.com/apache/ignite/blob/master/CONTRIBUTING.md#contributing-documentation


was (Author: dpavlov):
If you would like to contribute fix of this, please see https://github.com/apache/ignite/blob/master/CONTRIBUTING.md#contributing-documentation

> Getting Started Doc openweather API has changed
> -----------------------------------------------
>
>                 Key: IGNITE-11324
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11324
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>    Affects Versions: 2.7
>         Environment: Ignite 2.7
> Java 8.0.201
> MacOS 10.14.3
>            Reporter: Greg
>            Priority: Blocker
>             Fix For: 2.8
>
>
> In the Ignite Getting Started Guide ([https://apacheignite.readme.io/docs/getting-started)] the tutorial called First Ignite Grid Application makes use of a public API on samples.openweathermap.org. This URL is no longer valid and the new URL pattern is 
> [http://api.openweathermap.org/.|http://api.openweathermap.org/]
>  
> If the user calls getCurrentTemperature in WeatherServiceImpl, they will get the following error
>  
> Weather forecast in London:<html><head><title>301 Moved Permanently</title></head><body bgcolor="white"><center><h1>301 Moved Permanently</h1></center><hr><center>openresty/1.9.7.1</center></body></html>
>  
> Please use the new URL for WEATHER_URL in WeatherServiceImpl
>  
> private static final String WEATHER_URL = "http://api.openweathermap.org/data/2.5/weather?";
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)