ynput / ynput/ayon-cpp-api

[Feature Request] Remove X Side Id from resolve function.

Open
#19 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: enhancement
Dominant language
C
Stars
2
Forks
3
Avg merge
5d 2h
Merged PRs (30d)
3

Description

Preamble

Currently, we do not ask the Ayon server to resolve the full path but explicitly ask the server to only give us rootless paths.
With this, we don't need to send the side ID and can save a few more bytes over the network.

Implementation

remove the ayon side id from the Resolve Calls

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the resolve calls in the C++ API wrapper and inspect how the Ayon side ID is currently passed. Remove that argument while preserving the existing rootless-path resolution behavior; verify the affected resolve requests still work as expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.