Packages

OpenAPI code generation for Gleam — parse specs, generate types, routes, clients, and React Query/SWR hooks

Current section

Files

Jump to
nori include nori@codegen@ir_EndpointParam.hrl
Raw

include/nori@codegen@ir_EndpointParam.hrl

-record(endpoint_param, {
name :: binary(),
location :: nori@codegen@ir:param_location(),
type_ref :: nori@codegen@ir:type_ref(),
required :: boolean(),
description :: gleam@option:option(binary())
}).