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
{{ message }}
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
Submission objects have the attribute, source_url which contains the uuid of the parent source as the final item in a path.
Reply objects also have the same attribute, source_url containing the uuid of the parent source as part of a path. However, the Reply object also has the attribute source_uuid.
Please, when there is some notion of a foreign-key like reference to another object via a path can the class also include an attribute to that named uuid (e.g. source_uuid). It just makes things neat, consistent and we know that it's the SDK that's containing the logic to transform the raw URL into the associated uuid.
Thanks (PR coming soon). :-)
The text was updated successfully, but these errors were encountered:
Hi,
Submission objects have the attribute,
source_url
which contains the uuid of the parent source as the final item in a path.Reply objects also have the same attribute,
source_url
containing the uuid of the parent source as part of a path. However, the Reply object also has the attributesource_uuid
.Please, when there is some notion of a foreign-key like reference to another object via a path can the class also include an attribute to that named uuid (e.g.
source_uuid
). It just makes things neat, consistent and we know that it's the SDK that's containing the logic to transform the raw URL into the associated uuid.Thanks (PR coming soon). :-)
The text was updated successfully, but these errors were encountered: