SwaggerParser icon indicating copy to clipboard operation
SwaggerParser copied to clipboard

Swift library for parsing OpenAPI 2.0 (f.k.a. Swagger) documents into native structures.

Results 4 SwaggerParser issues
Sort by recently updated
recently updated
newest added

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...

enhancement

See #9 for more discussion.

enhancement

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...

enhancement

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...

enhancement