RouteProvider


MyModule

Namespace: Ns1

Nested types and modules

TypeDescription
MyRoutes<'TReturn>
ModuleDescription
Internal

Functions and values

Function or valueDescription
GET__projects projectId
Signature: projectId:int64 -> string
POST__people
Signature: string
POST__people_status personId status
Signature: personId:int64 -> status:string -> string
PUT__projects_action projectId
Signature: projectId:int64 -> string
Fork me on GitHub