mattpolzin / OpenAPIKit

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

status code warning becomes a real warning. #248

Closed mattpolzin closed 2 years ago

mattpolzin commented 2 years ago

⚠️ Breaking Change ⚠️ Response.StatusCode is changing from an enum to a struct. Code won't necessarily need to change, but switching on it will need to instead switch on its value property.