Demo Application
Explore how to build a Django application integrated with Vimeo API. Learn to authenticate, retrieve categories, channels, groups, and perform video searches. Understand follow/unfollow category features and practical API calls in a functional demo application.
We'll cover the following...
We'll cover the following...
This lesson walks us through a Django application that is integrated with Vimeo APIs. We used the following endpoints in the application workflow:
- Get categories
- Get all channels in a category
- Get all groups in a category
- Follow/unfollow a category
- Search videos
Workflow and APIs
Let’s dive into the code and ...