Home > Enterprise >  How to add extension to apigee-emulator on local environment?
How to add extension to apigee-emulator on local environment?

Time:09-28

Recently we get the need for work on the same apigee proxy more than one developer. So we are trying to use the apigee-emulator to allow us to use git as version control

We already have everything setup for VScode as it says on the enter image description here

If we search for the callout we can see it's the one that try to access to salesforce

enter image description here

How can we add this extension to be used inside the apigee-emulator?

CodePudding user response:

From the error it looks like you are using Apigee Edge ExtensionCallout policy.

The vscode extension and the emulator cater towards the features available in the X and hybrid versions of Apigee. More information here

The extensions feature you are using has been replaced by the Integration callout policy.

Hope that helps

  • Related