I'm planning to use spikearrest in my application.
https://www.npmjs.com/package/volos-spikearrest-common
According to the documentation there are 2 options:
I decided that I should use 'memory' option for local development and 'apigee' to deploy on production Edge instance. Something like this:
var apigeeMode = apigee.getMode() === 'apigee'; if (apigeeMode) { var SpikeArrest = require('volos-spikearrest-apigee'); } else { var SpikeArrest = require('volos-spikearrest-memory'); }
Is it correct?
If 'yes' then I can't find 'volos-spikearrest-apigee' module in npm. Does it exist?
How do I see Swagger UI of an Apigee 127 project? 3 Answers
how do i get the post body when using swagger and a127 2 Answers
a127 service create hangs 2 Answers
OpenAPI2Apigee 0 Answers