apigeelint
apigeelint copied to clipboard
Static code analysis for Apigee proxy bundles to encourage API developers to use best practices and avoid anti-patterns.
Deployment of API Proxies is the process of making them available to serve API requests. Each of the deployed API Proxies is loaded into Message Processor’s runtime memory to be...
Errors are detected during attempts to import, but it would be nice to catch up front.
The httpClient object in a JavaScript policy is used to log the data to a log server. This means that the process of logging actually takes place during request/response processing....
Blank checks should also check for null conditions. (to be reviewed)
Warn on insertion of duplicate variables.
Warn on duplicate variables.
Encourage use of target servers.
Use of IgnoreUnresolvedVariables without the use of FaultRules may lead to unexpected errors.