Hierarchy

  • ApiRoute

Constructors

  • Parameters

    • path: string
    • httpMethods: string[]
    • controller: string
    • action: string
    • description: string
    • groups: string[]
    • category: string
    • Optional bodySchemas: any

    Returns ApiRoute

Properties

action: string
bodySchemas?: any
category: string
controller: string
description: string
deserializedBodyType?: ReflectionClass<any> & Excluded<"*">
deserializedQueryType?: ReflectionClass<any> & Excluded<"*">
deserializedResultType?: Object

Reflection

never

deserializedUrlType?: ReflectionClass<any> & Excluded<"*">
groups: string[]
httpMethods: string[]
path: string
queryType: any
responses: ApiRouteResponse[] = []
resultType: any
urlType: any

Accessors

Methods

Generated using TypeDoc