Vimeo.Categories

Provides access to the /categories endpoints of the Vimeo API v3.

Summary

Functions

Get a list of the top level categories

Get a list of Channels related to a category

Get a category

Get a list of Groups related to a category

Get a list of videos related to a category

Functions

all(params \\ %{})

Get a list of the top level categories.

channels(category_id, params \\ %{})

Get a list of Channels related to a category.

get(id)

Get a category.

groups(category_id, params \\ %{})

Get a list of Groups related to a category.

videos(category_id, params \\ %{})

Get a list of videos related to a category.