claudia-local-api icon indicating copy to clipboard operation
claudia-local-api copied to clipboard

Command line utility to launch Express local API for claudia-api-builder. Test drive your lambda functions before deployment (https://www.npmjs.com/package/claudia-local-api)

Results 17 claudia-local-api issues
Sort by recently updated
recently updated
newest added

**Steps to reproduce** 1. Create a simple Claudia API with Claudia API Builder. 2. Include a route that handles a POST request. 3. Start the API with ` claudia-local-api --api-module...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

The goal of this PR is to get a little closer to being in-spec with the ClaudiaJS documentations surrounding the `body` and `rawBody` functionality. Specifically, I noticed that if I...

Snyk has created this PR to upgrade express from 4.17.1 to 4.17.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=express&from_version=4.17.1&to_version=4.17.2&pr_id=f1b08fb5-765e-4710-81a6-7a4e63b0daae&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=body-parser&from_version=1.19.0&to_version=1.19.1&pr_id=c5acc988-a671-4c90-943e-acc159318b6c&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Is it possibile to have the requestUUID inside the request object passed to the api?

if the app.js claudia module uses the function api.any the server return 500 error. If I switch .any with .get everythings works fine

How can I execute claudia-local-api with node inspect parameter?