Link to latest elm-http docs
This commit is contained in:
@@ -33,7 +33,7 @@ searchFeed query =
|
|||||||
|
|
||||||
-- Hint: responseDecoder may be useful here
|
-- Hint: responseDecoder may be useful here
|
||||||
task =
|
task =
|
||||||
"TODO replace this String with a Task using http://package.elm-lang.org/packages/evancz/elm-http/3.0.0/Http#get"
|
"TODO replace this String with a Task using http://package.elm-lang.org/packages/evancz/elm-http/latest/Http#get"
|
||||||
in
|
in
|
||||||
-- TODO replace this Cmd.none with a call to Task.perform
|
-- TODO replace this Cmd.none with a call to Task.perform
|
||||||
-- http://package.elm-lang.org/packages/elm-lang/core/4.0.1/Task#perform
|
-- http://package.elm-lang.org/packages/elm-lang/core/4.0.1/Task#perform
|
||||||
|
|||||||
Reference in New Issue
Block a user