Add support for Gigahorse http library.#413
Conversation
|
wow. Thank you very much for this! Instead of Booleans what do you think about defining sealed trait |
|
Cool! Does this enable supporting scala 2.12 as per #408? |
|
@alexdupre 🎉 wonderful, thanks! |
|
@eed3si9n: would you prefer to replace |
|
I think for backward compatibility we should keep any existing keys, so the second option I think would be better. |
|
I'm about to push a commit for it that simplifies the sbt setting for a single client, but I'm sure you have much more knowledge on sbt, so feel free to replace it completely as you prefer. |
|
Sounds good. I'll merge this as is, and change it around later if I have to. |
I've kept dispatch as default. I'm not sure if we prefer that
scalaxbGenerateGigahorseClientautomatically disable the dispatch client; currently it doesn't, so you have to setscalaxbGenerateDispatchClient := falseandscalaxbGenerateGigahorseClient := trueto generate the Gigahorse clients.