Noah

Results 67 comments of Noah

💭 I'm not sure yet. So far, I've found the best way to use swagger-elm (and json-to-elm) is to provide a "starting point" for decoding things. For example, you might...

Actually, it should be possible to use Swagger for more things than I have used it for so far. I'll play around with a bit this week and get back...

I would argue that that example should actually be invalid swagger. If you have to things with the same name, the only difference being `camelCase` and `camel_case`, then you've duplicated...

I would think the ideal approach would be to make swagger-elm warn you when your API contains underscores, and provide a flag for auto-converting it to camelCase

I already started working on this

@klaftertief Not far enough to stop someone else doing it. I've had to put it on the bottom of my todo list, so feel free to take over.

Can you split that out into another package? Production code shouldn't need to pull in elm-test, and it makes our test suite harder to combine with the production code (e.g...