Giter VIP home page Giter VIP logo

openapi's Introduction

⚠️⚠️⚠️ This library is no longer updated. For an updated spec, use the following curl: ⚠️⚠️⚠️

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

Vimeo + OpenAPI

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

For an updated spec, make the following request:

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.

Support

If you have any questions or problems, contact us.

openapi's People

Contributors

aaronm67 avatar erunion avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openapi's Issues

custom field (aka "user-defined metadata")

The current OpenAPI specifications makes clear that every field as a determined purpose from the PoV of Vimeo system (storage, frontend, metadata, administration, ...)

But there is no user-defined metadata : A metadata field (or set of fields, possibly prefixed or nested), which can be set and queried, usable from the API (at least) and not necessarily public but would contain arbitrary content (4 kB blob/string/...)

The point is to let the user convey additional data alongside video instead of having to use a 3rd-party storage backend/listing/table/...

A common and obvious use-case come to mind:

  • As a user coming from Youtube
  • In want to store the original ID/URL/... of my YT videos alongside Vimeo videos
  • in order to mirror then transition efficiently away from my YT channel

Could be an internal UUID, or something more complex related to a specific video (regarding ads, a/b testing, IA, versions, ...)
Consider custom metadata as 4kB of free private "metadata storage" alongside each video would be very useful (because the temptation is huge to hijack other [public] existing fields, [👉 tracks?] for fulfilling this class of use-cases)

Switch to Spectral

Hey I'm the original author of Speccy. I'm doing the rounds letting people know they should switch to Spectral. Speccy is not getting much love these days, and Spectral is like its considerably more mature and advanced replacement.

add channel as a property of a video

It would be very handy if each video (as retrieved from /me/videos for example) included the channel it belongs too (instead of only their parent_folder)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.