Expand my Community achievements bar.

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...