-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change in Drupal API Catalog endpoint #16
Comments
Hi team, The change for the 2.x version is that the endpoint changes from
|
Here's a link to a postman collection for version 2.x of the module: |
Merged
Available in v2.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are planning a 2.0 release of Drupal API Catalog module which changes the custom Drupal entity "APIDoc" into a Node type instead.
This will unfortunately change the endpoint that needs to be called from the Maven plugin project. The Apigee API Catalog Drupal module will now have two major versions:
1.x
: Same endpoint as before for making CRUD calls for API Doc entity.2.x
: New endpoint for making CRUD calls for API Doc entity.This issue is to have a way to make calls to the correct endpoint depending on which version you are using.
The text was updated successfully, but these errors were encountered: