cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to import an API doc in drupal 8 whenever we have a new API product in APIGEE edge?

priya.sony
New Member

I am looking for a way to import and create a new API doc in drupal 8, whenever we have a new API product in APIGEE edge.

 

In a way, I'm looking for synchronization between drupal portal and the Apigee edge in terms of API products just like apps.

2 REPLIES 2

Sudheer.Kuragayala
New Member

Include the appropriate security policy in your API proxies, such as Verify API Key or OAuth v2.0. The API product uses API keys and/or OAuth access tokens to enforce API access. For more, see API keys and OAuth home.
Add API proxies and/or resource paths to your API product to restrict access. Otherwise, any app associated with the API product will be able to make calls to any API in your Edge organization.

IF you need step by step process, check out the Apigee tutorial.

if you need assistance check out the official docs

Rashi.Chouhan
New Member

Hi,

To achieve synchronization between your Drupal portal and Apigee Edge for new API products, you can try this-  

APIGEE Edge Setup:

Set up your API products in Apigee Edge, and make sure each API product has a clear name, description, and any required attributes. 

Drupal Integration:

Utilize Drupal's extensibility and API capabilities to achieve this synchronization. You can create a custom module or use existing modules to connect Drupal with Apigee. As per this msbi taining resource, the custom module has potential to connect Drupal with Apigee.

Read this doc- https://www.drupal.org/docs/contributed-modules/apigee-edge/synchronize-developers-with-apigee 

 

Thanks