You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use-case where I have a string that is the URL to pass to ListProjectVersionComponents. But the function ListProjectVersionComponents requires a ResourceLink object, and it only uses the Href field.
It is better to change API-call functions that only use the Href field of a parameter of type ResourceLink to accept a string instead.
Existing callers that rely on a ResourceLink type of parameters can easily add a .Href to their code when upgrading to the new client.