Search⌘ K
AI Features

Demo Application

Explore how to integrate the Dailymotion Data API within a Django application by implementing functions to retrieve videos, playlists, and channel data. This lesson helps you understand the workflow and API endpoints to create a functional demo app that displays and manages video content from Dailymotion.

We'll cover the following...

Introduction

This lesson walks us through a Django application that integrates Dailymotion Data API. We'll use the following operations in the application workflow:

  1. Retrieving videos
  2. Retrieving playlists
  3. Retrieving channels

Workflow

We have our demo application in the widget below. In the file views.py, lines 10 to 55 are the ...