Skip to content

Conversation

@AaronDDM
Copy link
Collaborator

What did you do?

  • Add single_level parameter to ListFoldersQueryParams for Microsoft accounts

  • Parameter controls folder hierarchy traversal (single-level vs multi-level)

  • Defaults to false for backwards compatibility

  • Add comprehensive test coverage for the new parameter

  • Add Java and Kotlin examples demonstrating single_level usage

  • Update documentation and build configurations

Changes:

  • Modified ListFoldersQueryParams to include singleLevel Boolean parameter

  • Added Builder method for setting single_level parameter

  • Added extensive tests covering true/false/null scenarios

  • Created FoldersExample.java and KotlinFoldersExample.kt

  • Updated CHANGELOG.md, examples README, Makefile, and build config

  • Maintains full backwards compatibility

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

…yParams

- Add single_level parameter to ListFoldersQueryParams for Microsoft accounts

- Parameter controls folder hierarchy traversal (single-level vs multi-level)

- Defaults to false for backwards compatibility

- Add comprehensive test coverage for the new parameter

- Add Java and Kotlin examples demonstrating single_level usage

- Update documentation and build configurations

Changes:

- Modified ListFoldersQueryParams to include singleLevel Boolean parameter

- Added Builder method for setting single_level parameter

- Added extensive tests covering true/false/null scenarios

- Created FoldersExample.java and KotlinFoldersExample.kt

- Updated CHANGELOG.md, examples README, Makefile, and build config

- Maintains full backwards compatibility
@AaronDDM AaronDDM changed the title feat: Add support for single_level query parameter in ListFoldersQuer… feat: Add support for single_level query parameter in ListFoldersQuery Jun 10, 2025
@AaronDDM AaronDDM requested a review from kraju3 June 10, 2025 13:51
@AaronDDM AaronDDM self-assigned this Jun 10, 2025
…Params

- Remove trailing spaces on lines 34 and 80 to fix linting errors

- Fix class documentation comment (was incorrectly referring to messages instead of folders)
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.57%. Comparing base (8e0b0ab) to head (d157ac1).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #281   +/-   ##
=========================================
  Coverage     80.57%   80.57%           
  Complexity      333      333           
=========================================
  Files            36       36           
  Lines          1014     1014           
  Branches         88       88           
=========================================
  Hits            817      817           
  Misses          138      138           
  Partials         59       59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AaronDDM AaronDDM merged commit e9cf4f9 into main Jun 10, 2025
3 checks passed
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 this pull request may close these issues.

4 participants