yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON:API support

EmDee opened this issue · comments

@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?