madmin icon indicating copy to clipboard operation
madmin copied to clipboard

admin console for generating mock services with RESTful URIs.

Results 7 madmin issues
Sort by recently updated
recently updated
newest added

Fixed the git clone url in the Getting and deploying madmin section.

$ node index.js --port 8124 --json ./public/resource/api.json connect.multipart() will be removed in connect 3.0 visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives connect.limit() will be removed in connect 3.0

Provide a means to set the response status code which would be used instead of success and error JSON response with 200.

enhancement

Provide field of custom request headers that will be added to the Access-Control-Allow-Headers of crossdomain.

enhancement

Provide fields for custom response headers on success and error.

enhancement

Currently, the default target JSON is the api.json file from the /public/resource directory when no --json command line option is provided. Change to generate an empty api JSON file that...

enhancement