Open idkw opened 5 years ago
Shouldn't the configuration allow to separately specify the HTTP library and the json processing library ?
I think that's the ideal case but I don't think anyone has time to work on that yet.
Would you have time to contribute the enhancement?
I'd like to, though I don't have much time either and don't really know where to start. Could you indicate where to look first in the project ?
Looking at customisation.md it seems that the generator imposes to use specific pairs of http client/json processing libraries.
The pairs are specified as :
However for better integration in our existing applications, we'd prefer the following pair :
HTTP client: OKHttp 3.6.0. JSON processing: Jackson 2.9.7
How would I go about using this ? Should I craft new mustaches template and code generator by hand which might break in future releases ? Shouldn't the configuration allow to separately specify the HTTP library and the json processing library ?
Thank you