-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endpoint: Entity ID to URI #215
Comments
Isn't this basically:
The same exists for folder ids, version ids, etc. already. Or did you mean to have a generic one that "returns any entity type" and just returns any matching type that happens to have that ID? How reliable is that? Are ids enforced to be unique even across folders to representations? |
to be more precise - not http, but
if you have just representation id, you need to trace back to put together everything else and it would be good to have central "source of truth" for that. |
complement to
|
yep, I like |
I see - an endpoint taking a |
Story
For use in USD workflows and Asset Resolution, we need centralized endpoint that will take project and entity ID and returns valid URL.
Problems
This will solve places on pipeline side of things where we need to translate already existing IDs (for example representation IDs) to their URI form to feed them as paths for USD asset resolver (in loaders) and it is needed for the new representation model.
The text was updated successfully, but these errors were encountered: