apigee-api-catalog-drupal icon indicating copy to clipboard operation
apigee-api-catalog-drupal copied to clipboard

Manage your API catalog within Drupal's content management approach

Results 28 apigee-api-catalog-drupal issues
Sort by recently updated
recently updated
newest added

## Description Using **Drupal 9.5** and configuring **SmartDocs** as API Documentation tool, e get the message "Page not found". We have opened the "network" tab in the explorer inspector and...

bug

## Description Self-deprecation notices. Since symfony/dependency-injection 6.4: "Symfony\Component\DependencyInjection\ContainerAwareTrait" is deprecated, use dependency injection instead. Files affected are 1. Functional\ApiDocsAdminTest::testApiDocAdministration 2. Functional\SmartdocRoutingTest::testNotFoundSubscriber 3. Functional\ApiDocsBreadcrumbTest::testApiDocBreadcrumb 4. Kernel\ApidocEntityTest::testEntity 5. Kernel\ApidocEntityTest::testRevisions

bug

## Description Self deprecation - Accessing the randomGenerator property is deprecated in drupal:10.2.x and is removed from drupal:11 **Use getRandomGenerator()** instead. See https://www.drupal.org/node/3358445 Changes to be made in Drupal\Tests\apigee_api_catalog\Functional\ApiDocsAdminTest::testApiDocAdministration 3x:...

bug

Tests need to be written for SmartDocs field formatter created in PR #8

help wanted

"Try this API" section in drupal portal is lacking code snippet samples, ![image](https://user-images.githubusercontent.com/36449874/146317297-6079d1fd-2a92-4d45-865e-8ea0721acaef.png) ## Describe the solution you'd like Sample request code snippets in the UI, along the request objects...

enhancement
SmartDocs

The SmartDocs Angular application has been updated and now includes features such as displaying examples. This task is to upgrade the SmartDocs Drupal application with these changes. b/150638184

SmartDocs

**Is your feature request related to a problem? Please describe.** As described on the following community [post](https://community.apigee.com/questions/46681/edge-generating-the-wrong-oauth20-token-type.html?childToView=65470#comment-65470), Apigee OAuth 2.0 Policy returns a non compliant token type causing downstream applications...

enhancement
SmartDocs

There is allot of new code in https://github.com/apigee/apigee-api-catalog-drupal/pull/2 including a new service (`apigee_api_catalog.spec_fetcher`) that needs tests.

help wanted

Background: we are using the apigee-devportal-kickstart-drupal project to create a developer portal for Apigee X. The out of the box functionality of the API Catalog is being used to display...