mattpolzin / OpenAPIKit

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

Backport `Link` object support #237

Closed mattpolzin closed 2 years ago

mattpolzin commented 2 years ago

The Link object has now been implemented on the release/3_0 branch and it will be a part of release 3.0.0-alpha.3. The version of this type that appears in the release/3_0 OpenAPIKit30 module should be a trivial backport if someone wants to pull the type & its tests from the release branch and being them into a branch & PR against main to be released as a new v2.x feature.