Implement ayon uris endpoint
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16
- Forks
- 15
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 10
Description
Please describe the feature you have in mind and explain what the current shortcomings are?
Implement function for "projects/{project_name}/uris" endpoint.
How would you imagine the implementation of the feature?
Add function get_ayon_entity_uris to ServerAPI.
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 at the ServerAPI entry point and inspect how project-scoped endpoints are represented. Add get_ayon_entity_uris for projects/{project_name}/uris, then verify that it retrieves the endpoint’s URI data for a project. Done means the function is available on ServerAPI and handles the requested endpoint consistently with the surrounding API methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100