Demo Application
Learn how to integrate different endpoints of the Dailymotion Data API with the help of a Django application.
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:
- Retrieving videos
- Retrieving playlists
- Retrieving channels
Workflow
We have our demo application in the widget below. In the file views.py
, lines 10 to 55 are the ...