(path: string, spec?: OperationObject)
| 17 | * of this operation. |
| 18 | */ |
| 19 | export function get(path: string, spec?: OperationObject) { |
| 20 | return operation('get', path, spec); |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Expose a Controller method as a REST API operation |
no test coverage detected