Reputation: 1
How to display the json data in drupal 8 page?
Hi Team, I am looking out for possible solutions to display the data from external API in a drupal page.
Please suggest the best approach for this requirement. Note: we are not supposed to store the fetch data in drupal db. we need to use drupal page to display the content alone.
Upvotes: 0
Views: 699
Reputation: 384
You'll need to build a custom module to:
\GuzzleHttp\Client::request()
Upvotes: 0