Loads the given and existing .yml files
published version 1.1.0, 8 years agoLoads the AppDyanmics Node.js Agent if a profile is configured
published version 1.0.2, 8 years agoLoads the config files if available depending on the environment
published version 3.2.0, 8 years agoProvide healthcheck routes for load balancers and debugging
published version 2.3.0, 7 years agoReturns configured winston logger instances without any transports
published version 1.1.0, 8 years agoIncludes all NPM packages for an app in a maxdome node environment
published version 6.4.1, 7 years agoInitialize swagger documentation under '/api-docs' the UI under '/docs'
published version 2.1.0, 8 years agoInitialize express with the right port and a /ping route
published version 1.2.1, 8 years agoDumpinator is an automated QA tool for REST APIs. Its mission is to compare a list of HTTP Response Headers & Bodies in different environments & versions. The current version was developed as a development tool that quickly generates API response diffs th
published version 0.1.0, 8 years agoProvide express like API and using middlewares for AWS Lambda
published version 2.0.2, 8 years ago- published version 1.0.0, 7 years ago
``` app.use('/info', require('@maxdome/info')()); ```
published version 3.0.9, 6 years ago``` const httpAuth = require('@maxdome/http-auth')({ user: process.env.HTTP_AUTH_USER, password: process.env.HTTP_AUTH_PASSWORD, }); ```
published version 1.0.7, 6 years ago``` app.use('/docs', require('@maxdome/swagger')()); app.get('/', (req, res) => { res.redirect('/docs/'); }); ```
published version 4.1.7, 6 years ago``` const app = require('@maxdome/express')();
published version 2.1.6, 6 years ago``` const logging = require('@maxdome/logging')({ level: process.env.LOG_LEVEL }); const serverLogger = logging('server'); ```
published version 2.1.2, 6 years ago``` app.use(require('@maxdome/logging-middleware')({ logging, options, })); ```
published version 2.1.2, 6 years agoCombines multiple Swagger schemas into one dereferenced schema
published version 1.4.0, 3 years ago