MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / post

Function post

packages/openapi-v3/src/decorators/operation.decorator.ts:31–33  ·  view source on GitHub ↗
(path: string, spec?: OperationObject)

Source from the content-addressed store, hash-verified

29 * of this operation.
30 */
31export function post(path: string, spec?: OperationObject) {
32 return operation('post', path, spec);
33}
34
35/**
36 * Expose a Controller method as a REST API operation

Callers 15

MyControllerClass · 0.90
MyControllerClass · 0.90
MyControllerClass · 0.90
MyControllerClass · 0.90
InfoControllerClass · 0.85
InfoControllerClass · 0.85
DummyXmlControllerClass · 0.85
ProductControllerClass · 0.85

Calls 1

operationFunction · 0.70

Tested by

no test coverage detected