Kitura-OpenAPI
Kitura-OpenAPI copied to clipboard
OpenAPI support for Kitura
Fields that have the type `Date` are shown as `"type":"number"` in the Swagger spec. Generating a client API from that exposes the field as a `Double`. The Swagger spec for...
To whom it may concern, We are trying to deploy an Swift app as CloudFoundry on IBM Cloud. When we contain Kitura-OpenAPI and Kitura-CouchDB, it fails due to 2GB disk...
When I create a POST handler with the following signature: ```swift func addContacts(contacts: [Contact], completion: @escaping ([Contact]?, RequestError?) -> Void) { completion(contacts, nil) } ``` I get the following error...
Use the Swagger generation of Kitura as the basis for implementing a mechanism to highlight API changes. This would be implemented by comparing the in-memory representation of the swagger with...
Two modes: 1. If someone has intentionally changed the routes on their server, re-generate XCTests for them 2. Run against a pre-existing server so that tests fail if the routes...
This issue is more of an enhancement. It would be useful to have the option to add additional information to each of the endpoints, like a description of the endpoint,...