mattpolzin / OpenAPIKit

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

Load external references v4 #358

Closed mattpolzin closed 3 months ago

mattpolzin commented 4 months ago

An async-compatible take on the exploration started at https://github.com/mattpolzin/OpenAPIKit/pull/287.

This should no longer be assumed to be the eventual design for external dereferencing. I am exploring an alternative that would make it possible to be much more concurrent with external file loading on this new branch: https://github.com/mattpolzin/OpenAPIKit/tree/load-external-references-v4-take2

mattpolzin commented 3 months ago

I'm going to close this PR. The following work is more likely to be the eventual design: https://github.com/mattpolzin/OpenAPIKit/pull/369