(metadata: EndpointMetadata)
| 49 | * @returns |
| 50 | */ |
| 51 | export function meta(metadata: EndpointMetadata): EndpointMetadata { |
| 52 | return metadata; |
| 53 | } |
| 54 | |
| 55 | export type RequestAuthenticationOptions = { |
| 56 | /** Endpoint is accessible without any authentication. If `false` bearer authentication is required. */ |
no outgoing calls
no test coverage detected