Add Vimeo support to frontend and api
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 46
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Past example: https://github.com/MemeLabs/Rustla2/pull/82/files
Registration for an app is required to utilize the api:
https://developer.vimeo.com/api/guides/start
Main endpoint for requests:
https://developer.vimeo.com/api/reference/videos?version=3.4#get_video
Example curl request:
curl -X GET https://api.vimeo.com/videos/4971872 -H "Authorization: bearer {token}"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the prior implementation in PR #82 and identify the frontend and API entry points for service integrations. Read Vimeo's app-registration guide and video endpoint documentation, then use the provided curl request to understand the required authorization. Done means Vimeo video support is available in both the frontend and API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100