Yonas Kolb
Yonas Kolb
Correct, only json bodies are supported at the moment
The changes in 0.5.3 will make this a lot easier
Hi @chaseacton Firstly your response is misconfigured: the array items would need to be a `$ref` ``` items: $ref: '#/components/schemas/Pet' ``` Then it would generate as `Pet` and not `[String:...
Hmmm, there may be some sort of circular reference or something? A schema that references another schema that references the first one. That’s just a guess though
If you need Combine support (or any other asynchronous framework), you should just be able to add an extension on APIClient that wraps the existing completion block
Thanks @Blackjacx! There were some issues in master and tests weren't running. Could you please rebase off current master
Sounds great @Kastet!
Thanks for this @Kastet, and sorry it's taken me so long to get around to this. As you know probably by now you can create your own template and point...
Yeah I can see value in that. How do you use the modelPrefix? For organisational namespacing, or avoiding collisions?
Referencing a property in a Schema like that is not supported in SwagGen. I didn’t even know it was part of the open api spec. If nickname is just a...