Skip to content
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

Return hash of published entry from create(), update() and delete() methods on session #5

Closed
sandreae opened this issue Oct 26, 2022 · 0 comments · Fixed by #12
Closed

Comments

@sandreae
Copy link
Member

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.

@adzialocha adzialocha linked a pull request Feb 16, 2023 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant