apigee / apigee-api-catalog-drupal

Manage your API catalog within Drupal's content management approach
https://www.drupal.org/project/apigee_api_catalog
GNU General Public License v2.0
17 stars 16 forks source link

Support for the AWS Gateway with the Devportal #87

Closed pradeepgorle13 closed 4 years ago

pradeepgorle13 commented 4 years ago

Hi Team,

The requirement is we are setting up the developer portal for APIGEE with this kick-starter for publishing some proxies. We have some proxies that are built in AWS gateway and we wanted to get those proxies to be published on the same developer portal. Is it a possibility. If so, What are the steps that are required to be followed.

One Drupal Developer Portal (APIGEE Kick-Starter) should support the APIGEE proxies as well as the AWS gateway proxies.

Thanks.

arunz6161 commented 4 years ago

@pradeepgorle13 You can publish OpenAPI specs on devportals using the API Catalog module (https://www.drupal.org/project/apigee_api_catalog) irrespective of where the API endpoint or the proxy resides. Hope this helps.

pradeepgorle13 commented 4 years ago

@arunz6161 Like generating API key after they register. I know that Catalog should be fine but if i wanted to do some smart Doc's where they can test in developer portal itself. Also getting the information regarding the List of Proxies and Products they are tagged (since APIGEE developer portal has that we get to see the products). Is that a possibility ??

cnovak commented 4 years ago

You could list both the keys coming from Apigee and AWS, but you would need to create your own custom module to add this functionality.