Modules to display JSON objects in Drupal

List

Get the info from https://www.zarate.com.co/api/films

Post

Get the info from https://www.zarate.com.co/api/films/{id}

More info to fetch in

https://www.zarate.com.co/api/directors https://www.zarate.com.co/api/producer

Blog explainig the project:

Medium

Drupal Logo

Drupal is an open source content management platform supporting a variety of websites ranging from personal weblogs to large community-driven websites. For more information, visit the Drupal website, Drupal.org, and join the Drupal community.

Contributing

Drupal is developed on Drupal.org, the home of the international Drupal community since 2001!

Drupal.org hosts Drupal's GitLab repository, its issue queue, and its documentation. Before you start working on code, be sure to search the issue queue and create an issue if your aren't able to find an existing issue.

Every issue on Drupal.org automatically creates a new community-accessible fork that you can contribute to. Learn more about the code contribution process on the Issue forks & merge requests page.

Usage

Download and extract

Copy the list_module and post_module directories inside your modules directory in your own Drupal instalation

Activate the modules by checking the tick marks in the extend menu of the admin panel.

Access the list by visiting you instalation on the browser at /articlelist/page

Access each film dedicated page by visiting you instalation on the browser at /post/{id}

Learn about the Drupal trademark and logo policy here.