quenya icon indicating copy to clipboard operation
quenya copied to clipboard

Quenya is a framework to build high-quality REST API applications based on extended OpenAPI spec

Results 1 quenya issues
Sort by recently updated
recently updated
newest added

for example: ```yaml servers: - url: "http://localhost:8000" ``` will still get generated config as: ```elixir # Configures application server port config :petstore, http: [port: 4000] ``` The reason is that...