Skip to content
forked from vimeo/openapi

An OpenAPI specification for the Vimeo API.

Notifications You must be signed in to change notification settings

iwillrod/openapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimeo + OpenAPI

This repository contains an OpenAPI specification for the the latest version of the Vimeo API.

Our OpenAPI specification powers the Vimeo API Reference pages and API playground.

Updates

This repository will be updated automatically every Friday (if there are changes), but if you'd like to get the latest changes, you can do so by making a request to the following API endpoint:

curl -X GET \
  'https://api.vimeo.com/?openapi=1' \
  -H 'Accept: application/json;version=3.4' \
  -H 'Authorization: bearer YOUR_BEARER_TOKEN'

If you also wish to receive a copy of the specification for a different API version (version 3.4 is our latest public default), you can do so by changing your Accept header to pull a copy appropriate for that version.

Tests

Currently we utilize Speccy for running a gamut of validation and standards checks:

npm test

Support

If you have any questions or problems, create a ticket or contact us.

About

An OpenAPI specification for the Vimeo API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published