ahultgren / swagger-elm

Generate Elm types and decoders based on a Swagger file
74 stars 9 forks source link

Generate encoders #21

Closed ahultgren closed 7 years ago

ahultgren commented 7 years ago

Adds generation of json encoders. Quite important to be able to send stuff to servers.

@eeue56 fyi a small api change: the generated module name is now Swagger instead of Decoder.

eeue56 commented 7 years ago

🎉 awesome! perfect :)