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

add GetObjects for root of tree #148

Draft
wants to merge 1 commit into
base: welch/fix145
Choose a base branch
from

Conversation

michaelgwelch
Copy link
Member

@michaelgwelch michaelgwelch commented Aug 3, 2024

feat: addGetObjects for root of tree. Returns the root object and it's direct children.

@michaelgwelch michaelgwelch changed the base branch from master to welch/fix145 August 3, 2024 20:36
@michaelgwelch michaelgwelch changed the title #145 by handling trees from server add GetObjects for root of tree Aug 3, 2024
@michaelgwelch michaelgwelch added the enhancement New feature or request label Aug 4, 2024
@michaelgwelch michaelgwelch self-assigned this Aug 4, 2024
@michaelgwelch michaelgwelch force-pushed the welch/addGetObjects branch 3 times, most recently from f3f8264 to a790ee1 Compare August 29, 2024 15:39
@@ -124,7 +125,8 @@ public int Timeout
if (Spaces != null) { Spaces.Version = version.Value; }
if (Streams != null) { Streams.Version = version.Value; }
if (Trends != null) { Trends.Version = version.Value; }
base.Version = value;
// override the base version as well
base.Version = version.Value;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make this assignment consistent with all of the others which use version.Value on the RHS. Not a big deal but I noted that line 127 which I introduced in #147 (I think) just didn't follow the pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Merge enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant