Hello Team,
I read in Apigee documentation/guide about VS code plugin and Apigee emulator for local development of API proxies and verify the functionality. However this was mentioned in Apigee X guide.
Is the VS code plugin and emulator available for Apigee edge as well ? If so, will the same version be compatible with Edge as well ?
Thanks.
Solved! Go to Solution.
Is the VS code plugin and emulator available for Apigee edge as well ? If so, will the same version be compatible with Edge as well ?
No, I wouldn't say the plugin and emulator is "available" for Apigee Edge. There's just one version of the plugin and emulator. The functionality of the emulator is based on the Apigee X / Apigee hybrid runtime. This includes all the existing policies from Edge, plus some new ones (like the CORS policy, DataCapture, GraphQL, AssertCondition, the dialogflow stuff, and so on), minus some that are dropped (eg, StatisticsCollector).
You will be able to use the VSCode + Apigee emulator to test your proxies, products, OAuth, JWT, Quota, and so on. There will be some gaps between what you can build in the tool, and what you can deploy to Edge, due to the difference in the set of supported policies. The skeleton - the proxyendpoint and targetendpoint and the basic policies and sharedflows etc, I expect will be directly compatible. (Though Google is not offering a statement of official support!)
There are two exception cases that I can think of now, though there may be others I am not thinking of.
In sum, there is no official support for using the plugin and emulator to build Edge proxies. But, it will work for some cases. The experience will not be 100% ideal, but you might find value in it.