Yet another release of elm-open-api

@miniBill has been busy! Which means elm-open-api now has support for lamdera/program-test. This comes with a slight change to the options you pass in for choosing what to generate, though I think it makes things a little more Elm like with being explicit about what package (elm/http, dillonkearns/elm-pages, etc) & effects (Cmd and Task) you want generated.

There’s also now support for API keys in the query param, multiple servers, support for enums, and a handul of other small things.

Again a huge thansk to @miniBill for all your hard work!

Happy building! :smile:

8 Likes

The new flags and structure means that if someone wants to support elm-concurrent-task or avh4/elm-program-test it’s now relatively simple to do it :smile:

Thanks to Ambue for letting me implement this during work hours!

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.