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
Currently each of these methods return the session instance itself (this) but for when you need the id of the created entry, returning the entry hash would be very useful. I can see the reason for returning this for the setter methods (setKeyPair(), setSchema()) as it's nice to chain these, but I can't really see the case where we need it for create, update and delete.
The text was updated successfully, but these errors were encountered:
Currently each of these methods return the session instance itself (
this
) but for when you need the id of the created entry, returning the entry hash would be very useful. I can see the reason for returningthis
for the setter methods (setKeyPair()
,setSchema()
) as it's nice to chain these, but I can't really see the case where we need it for create, update and delete.The text was updated successfully, but these errors were encountered: