Skip to content

Support generate elm api as HttpBuilder ? #33

Description

@hjmtql

Now it seems generating elm api is as only Http.
http://package.elm-lang.org/packages/elm-lang/http/1.0.0/Http

There may be something like that Want to add some header parameter

But Http (unfortunately...) insists that Do not support for modifying existing request
(it means generated request code cannot be modified)
ref : https://github.com/elm-lang/http/issues/27

Against this kind of problem,
I think support generate elm api as HttpBuilder (extra Http library) is one of a flexible solution.
http://package.elm-lang.org/packages/lukewestby/elm-http-builder/5.1.0/HttpBuilder

What do you think about this ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions