Demo Application
Learn how to build a functional Django application using Vimeo APIs.
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 ...