mattpolzin / OpenAPIKit

Codable Swift OpenAPI implementation.
MIT License
276 stars 35 forks source link

Load external references v4 take2 #369

Closed mattpolzin closed 2 months ago

mattpolzin commented 3 months ago

Support external dereferencing, allowing concurrent operation anywhere possible to facilitate more simultaneous file IO as that is likely the slowest part of external dereferencing.

Closes https://github.com/mattpolzin/OpenAPIKit/issues/279.

Does not support OpenAPIKit30 module, as tracked in https://github.com/mattpolzin/OpenAPIKit/issues/372.