OpenApiCodeGen.Client.QueryParam (openapi_codegen v0.1.0)

Generates query param AST from OpenAPI spec using the parameters key.

Summary

Functions

Generates query param AST from OpenAPI spec using the parameters key. Returns the variable and the keyword list elements to be used.

Functions

Link to this function

generate(name, arg2)

@spec generate(atom(), map()) :: Keyword.t()

Generates query param AST from OpenAPI spec using the parameters key. Returns the variable and the keyword list elements to be used.