About moko network:
1. Generator didn't generate headers, do I need to enable it somewhere or intentionally disabled?
2. One of the request needed to send object with type of List<String> and generated code doesn't include string list serializer import and failed. There was a list serializer instead. How can I include this?
a
alex009
04/13/2020, 3:18 AM
hi! thanks for questions 🙂
1. are you about response headers or request headers? if response - we have issue where suggested add
HttpResponse<Model>
result (this issue i think will be fixed in next 3-4 weeks). If request - can you show openapi specification of this request?
2. In sample project used
List<String>
as parameter of request and it works - can you show more details about your case? better create github issue with some reproducer code