How to use DevConnect Key-Value Maps module in Apigee developer portal ?

abdulz_khan
Participant IV

I have enabled DevConnect Key-Value Maps in dev portal but not showing anywhere in dev portal. How to use this module ?

1 1 172
1 REPLY 1

Dear @AbdulRehman ,

It doesn't expose any admin screens in developer portal where you can configure KVM's or See list of KVM's in developer portal. Developer Portal by default doesn't use this module anywhere even if it's enabled.

It's a wrapper module for devconnect SDK. It will be useful if you need to interact with Apigee KVM in any custom implementation using a custom module in Developer Portal. It exposes API functions that can be consumed in a custom drupal module like create get, update, delete KVM's. Just enabling this module doesn't do anything in developer portal. You need to enabled this module only if you need wrapper for KVM's that can be called in your custom module.

Hope it helps.