-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Line 20 in f158059
| ```elm |
fixed
- the error in type and
- usage of
Github.oauthToken
import Github
getPullRequestTitles : Cmd (Result Http.Error (List String))
getPullRequestTitles =
Github.getPullRequests
{ authToken = Github.oauthToken "123..."
, repo = "avh4/elm-format"
}
|> Task.map (List.map .title)
|> Task.attempt identityMetadata
Metadata
Assignees
Labels
No labels