SwaggerParser
SwaggerParser copied to clipboard
Swift library for parsing OpenAPI 2.0 (f.k.a. Swagger) documents into native structures.
It would be nice to be able to properly serialize the objects back to JSON, and better still if one could define their api documentation in swift, and compile it...
If automatic Equatable + Hashable conformance are added in Swift 4.1, it would be nice to be able to compare Swagger documents. This would be especially useful for testing and...
It would be nice to be able to construct partial documents. E.g. if you wanted to construct just one model definition without the rest of the document. Obviously if it...