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
targetRef is currently used differently than other API objects, it does not follow specification. Instead of dataclass we extend objects with Referencable which implements a method that extracts all necessary information to satisfy API. This approach is not wrong but differs from what we are used to. With the new implementation of section_names this needs to be investigated again.
The text was updated successfully, but these errors were encountered:
targetRef
is currently used differently than other API objects, it does not follow specification. Instead ofdataclass
we extend objects withReferencable
which implements a method that extracts all necessary information to satisfy API. This approach is not wrong but differs from what we are used to. With the new implementation ofsection_names
this needs to be investigated again.The text was updated successfully, but these errors were encountered: