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:

  1. Get categories
  2. Get all channels in a category
  3. Get all groups in a category
  4. Follow/unfollow a category
  5. Search videos

Workflow and APIs

Let’s dive into the code and ...