pip-services3-rpc-node
Version:
Remote procedure calls for Pip.Services in Node.js
20 lines (19 loc) • 884 B
text/typescript
/**
* @module services
* @preferred
*
*/
export { HttpEndpoint } from './HttpEndpoint';
export { RestService } from './RestService';
export { HttpResponseSender } from './HttpResponseSender';
export { HttpRequestDetector } from './HttpRequestDetector';
export { CommandableHttpService } from './CommandableHttpService';
// export { CommandableRestService } from './CommandableRestService';
export { HeartbeatRestService } from './HeartbeatRestService';
export { StatusRestService } from './StatusRestService';
export { RestOperations } from './RestOperations';
export { AboutOperations } from './AboutOperations';
export { HeartbeatOperations } from './HeartbeatOperations';
export { StatusOperations } from './StatusOperations';
export { ISwaggerService } from './ISwaggerService';
export { CommandableSwaggerDocument } from './CommandableSwaggerDocument';