Jun 25, 2012
We’ve been working on extending the Drupal Service module in order to extract some information off from a Drupal site to be used for various purposes For reference the base module can be found here: http://drupal.org/project/services It provides basic functionality that can be extended upon. Due to various requirements for different projects, we’ve built on it to create customized calls that expose data according to our needs.
The module allows calls in multiple interfaces, such as REST, XMLRPC, JSON, JSON-RPC, SOAP, AMF among others. We’ve chosen JSON
Here is an example call which returns Garland Template data:
Figure 1: Garland Template JSON
You can protect the exposed data in various ways. Authentication is handled through Drupal logins. Different users can have access to different data.
After login, authentication to the various services are handled by a session cookie
Figure 2: Session cookie for authenticated user
Here is an example of node data for an authenticated user:
Figure 3: Full node data
And for a non authenticated user that is allowed to see limited data. In this case you can see the available data is severely limited compared to the previous example
Figure 4: Guest node data
You can also prevent any response to guests
Figure 5: 401 guest call
The data extracted from Drupal can then be used for your own purposes such as data migration, analytics, etc.
Frequently Asked Questions
No. Adobe Experience Cloud offers a suite of products geared towards marketing, creating, and managing content and digital experiences. Adobe Creative Cloud offers products focused on the production of creative assets including graphic design, video editing, and photography.
Adobe Experience Manager (AEM) includes content management (CMS) and digital asset management tools and is part of the Adobe Experience Cloud suite of products.
Adobe Experience Cloud is a suite of marketing technology products for creating and managing digital experiences. It includes Adobe Experience Manager (AEM). However, AEM as a cloud service is a cloud-native version of the AEM content management system that offers SaaS-like features. In contrast, the original AEM was meant for on-premises use or as a managed service.
Related Insights
-
-
Jonathan Saurez
Unit Testing Using AEM Mocks
Detecting Code Flaws Before They Cause Outages for Your Users
-
Kris Barone
Building a HIPAA Compliant Marketing Strategy
Selecting the Right DXP Tools
-
Oshyn
Transitioning to a Composable Solution in a Regulated Industry
Overcoming Migration Challenges
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.