-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add a project
method to Images
#405
Comments
Could you expand how this information is already available? The main issue iirc is that we had images across lots of projects that people were referencing by name. |
@icco If you look closely at the flow it's kinda weird. get() method logic:
All the while the image
, already contains the In this case IMO it would be more logical to get the parameter out of something the API always provides rather than rely on brittle logic in get() to always set it. I may be missing something though. So if I am - just let me know :) Repro:
|
So are you proposing just removing step 3? |
@icco I propose:
|
Sorry for dragging this out a bit I think I need to get better at writing bugs 😭 |
This issue has been marked inactive and will be closed if no further activity occurs. |
See:
This is really not optimal. This information is already available in
self_link
and we should just add an object method instead of mixing it in duringget
request.The text was updated successfully, but these errors were encountered: