Add a link to GitHub search API docs.
This commit is contained in:
@@ -34,6 +34,7 @@ port tasks =
|
|||||||
searchFeed : String -> Task x Action
|
searchFeed : String -> Task x Action
|
||||||
searchFeed query =
|
searchFeed query =
|
||||||
let
|
let
|
||||||
|
-- See https://developer.github.com/v3/search/#example for how to customize!
|
||||||
url =
|
url =
|
||||||
"https://api.github.com/search/repositories?q=tutorial+language:elm&sort=stars&order=desc"
|
"https://api.github.com/search/repositories?q=tutorial+language:elm&sort=stars&order=desc"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user