Skip to content

Support generate elm api as HttpBuilder ? #33

Open
@hjmtql

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 ?

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