Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Advice on learning about bringing in outside sources via OpenAPI 3.1

Avatar

Level 1

Hello,

New to AEM, Can someone suggest training/ book so I can teach myself how to bring in data via Open API into an AEM Page? 

The data doesn't need an API key, and is available via Rest API.  Is it possible to bring in responses directly without an intermediary server?  

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Create a HttpClient connection for API inside Sling Models, Service, or Servlet to be passed to the page based on your requirement.

Refer: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Create a HttpClient connection for API inside Sling Models, Service, or Servlet to be passed to the page based on your requirement.

Refer: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...