-
Notifications
You must be signed in to change notification settings - Fork 12
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
Moved example into owner package. #20
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for the PR @asciiu.
Small comments below but overall very nice !! Tested and works great.
Finally what do you think about renaming the package to client
instead of owner
(since we include the Node API and maybe later the foreign API)?
Co-authored-by: Quentin Le Sceller <[email protected]>
Co-authored-by: Quentin Le Sceller <[email protected]>
I figured moving this stuff into the "owner" package and naming the other client lib "foreign" to match the rust api. I'm fine with whatever naming convention you want though since this isn't my project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @asciiu :) did a quick change for client
package name since the directory include foreign and owner API.
Also took the opportunity to fix the CI 😛
Merging once CI pass.
Renamed example package to owner and implemented the owner accounts api method.