File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : OpenAPIKit
3- description : Codable Swift types that encode to- and decode from OpenAPI 3.0.x and OpenAPI 3.1.x Documents and their components.
3+ description : |
4+ Codable Swift types that encode to- and decode from OpenAPI 3.0.x and OpenAPI
5+ 3.1.x Documents and their components.
46categories :
57 - parsers
68 - schema-validators
@@ -13,5 +15,15 @@ oasVersions:
1315 v2 : false
1416 v3 : true
1517 v3_1 : true
16- v3_2 : false
18+ v3_2 : true
1719---
20+
21+ ## Overview
22+
23+ OpenAPIKit is a library that provides Codable implementations for (almost) all of
24+ OpenAPI's structures. If your end goal is to read OpenAPI files into Swift,
25+ write OpenAPI files from Swift, or build Swift tooling on top of the OpenAPI
26+ specification, OpenAPIKit is a great foundation to build upon.
27+
28+ See the full [ OpenAPIKit documentation] ( https://github.com/mattpolzin/OpenAPIKit/blob/main/README.md ) for
29+ more information.
You can’t perform that action at this time.
0 commit comments