You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
The text was updated successfully, but these errors were encountered:
@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 parseJSONAPI
as well. Do you have any pointers here for me?The text was updated successfully, but these errors were encountered: