Is there any way to create an API product in Drupal8 portal, which should sync with Edge "API products" and should list in Drupal catalog of

In Apigee Admin UI, we can create new product and if configured it as public, it should show up in the Drupal catalog of API Products.

In drupal portal, we can create apps which lists apigee edge as well.

My question:

Is there any way to create an API product in Drupal8 portal, which should sync with Edge "API products" and should list in Drupal catalog of API Products.

I am new to this concept. Please suggest.

Solved Solved
0 2 310
1 ACCEPTED SOLUTION

No.

That doesn't exist.

you could build that experience of course. You'd need to construct your own drupal module.

But there's no module like that today.

Aside from answering about the technical feasibility of such an idea, One further comment:

The "audience" of users served by the drupal portal is intended to be API consumer developers.

The "audience" of users served by the Apigee Admin UI is intended to be API Publishers or API program managers. THOSE are the people who create products and administer and publish them. It would be strange to direct THOSE people to the drupal portal to create an API Product. It would also be strange to invite API Consumer developers to create products.... That's not their role.

View solution in original post

2 REPLIES 2

No.

That doesn't exist.

you could build that experience of course. You'd need to construct your own drupal module.

But there's no module like that today.

Aside from answering about the technical feasibility of such an idea, One further comment:

The "audience" of users served by the drupal portal is intended to be API consumer developers.

The "audience" of users served by the Apigee Admin UI is intended to be API Publishers or API program managers. THOSE are the people who create products and administer and publish them. It would be strange to direct THOSE people to the drupal portal to create an API Product. It would also be strange to invite API Consumer developers to create products.... That's not their role.

Thanks Dino 🙂