SwagGen
SwagGen copied to clipboard
JSON:API support
@yonaskolb Have you ever thought about JSON:API support? It seems like there doesn't exist a OpenAPI+JSONAPI code generator out there yet, at least I haven't found one.
SwagGen
seems to be able to generate a huge chunk already, but some attributes are unknown to the generator since they are not specified in the OpenAPI 3.0 specs, e.g. included
.
@yonaskolb I was thinking of extending the Swift
template to be able to parse JSONAPI
as well. Do you have any pointers here for me?