openapi-eller
openapi-eller copied to clipboard
Generate OpenAPI v3 clients and servers from the command line
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
https://github.com/technocreatives/openapi-eller/blob/master/src/visitor.ts#L585-L587
Due to https://github.com/square/retrofit/issues/2730, our Kotlin generator will need to detect if a `:` appears in a path, and prepend "./" as a workaround for those paths.
Previous versions just had a simple shim for the URL object, something like: ``` function URL(relative: string, base:string) { const baseUrl = base.replace(/\/+$/, "") const relativeUrl = relative.replace(/^\/+/, "") this.toString...
For the case where a type cannot be known in advance for a JSON object, Swift Codable does not provide a mechanism for handling this. We should either use SwiftyJSON...
On `openapi-eller 0.3.1`, the following: ```yaml --- openapi: 3.0.0 info: {} servers: - url: "http://example.com" paths: /tagged: get: operationId: get_tagged description: Endpoint to retrieve a single tagged interface. responses: "200":...
They do not work very well, at all. They generate wrong, then embed an Optional into the path, hosing it entirely.
ES has been removed, but this interceptor type has not yet been implemented fully for TS.
Custom date formats are a super common "feature" of the real world, and mapping APIs to the real world, particularly with custom date formats is a pain point with OpenAPI....