feat(server): add http endpoint to describe supported parameters for pipeline
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to add an openapi spec formatted endpoint to the pytrickle server so that orchestrators can describe the expected pipeline parameters and request format for the capability.
https://github.com/livepeer/pytrickle/blob/main/pytrickle/server.py
Changes also likely needed to go-livepeer.
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
Read pytrickle/server.py first to understand the existing server endpoints and pipeline request handling. Define an OpenAPI-formatted HTTP endpoint that describes supported pipeline parameters and the request format, then identify the corresponding changes needed in go-livepeer; done means both consumers can retrieve and use the capability description.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi, python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100