class

Wacli::OpenAPI::Dto::Builder

Inherits Reference / Object

Constants

HTTP_METHODS = ["get", "post", "put", "patch", "delete", "head", "options"]
PARAM_LOCS = ["path", "query", "header"]

Constructors

new(doc : Document)
Source

Instance methods

list_operations
Source
operation(method : String, path_template : String) : Operation
Source