mattpolzin / OpenAPIKit

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

Support arbitrary messaging from external loaders #374

Closed mattpolzin closed 5 months ago

mattpolzin commented 5 months ago

The idea with this change is to allow an ExternalLoader to pass messages back to whatever is actually kicking dereferencing off. These messages can look like anything that happens to be useful.

Breaking Changes