SwagGen
SwagGen copied to clipboard
Swift template - handle models and request with the same name
trafficstars
At the moment the Swift compiler can complain if 2 files have the same filename, which can happen if a model name and operationId are the same, for example a model called Purchase.swift and a request called Purchase.swift
Renaming models from https://github.com/yonaskolb/SwagGen/issues/90 can resolve this