UNPKG

moleculer-api

Version:

A dynamic API Gateway for MoleculerJS which updates REST endpoints and aggregated GraphQL schema, access control policy for each action calls from metadata of remote services schema without restart or deployment.

7 lines (6 loc) 287 B
import { APIGateway, APIGatewayOptions } from "./gateway"; export { APIGateway, APIGatewayOptions }; export default APIGateway; export { createAuthContextOIDCParser } from "./server"; export { ServiceMetaDataSchema, ServiceAPISchema } from "./schema"; export { Logger } from "./logger";