Add optional "license" and "license_url" parameter
Open
Nobody has claimed this yet.
next-version
stale
- Dominant language
- PHP
- Stars
- 1.4k
- Forks
- 772
- Avg merge
- 12h 54m
- Merged PRs (30d)
- 16
Description
Provided information about media might require that some kind of license for that content is shown on the embedding page. Such license information is currently missing.
Example:
{
"version": "1.0",
"type": "video",
"license": "CC BY 4.0",
"license_url": "http://creativecommons.org/licenses/by/4.0/",
...
}
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 reading the oEmbed specification and locating how response parameters are defined and validated. Check whether existing tests or examples cover optional response fields. Done means the specification accepts and documents optional license and license_url values without changing responses that omit them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100