Skip to content

feature: method all for directories.#10

Merged
yackers merged 1 commit intomainfrom
feature/5-get-all-apps-path-as-map
Jan 23, 2025
Merged

feature: method all for directories.#10
yackers merged 1 commit intomainfrom
feature/5-get-all-apps-path-as-map

Conversation

@yackers
Copy link
Contributor

@yackers yackers commented Jan 23, 2025

Summary

This PR fixes/implements the following bugs/features:


Motivation

This method will allow to make only one request during initialization of an app, for example, 
when you anyway required to get all available app directories.

How Has This Been Tested?

Example app, currently getting all directories via new method.

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Code style update (formatting, renaming).
  • Refactoring (no functional changes, no api changes).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Documentation content changes.
  • Other (please describe):

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Closing Issues

Closes #9

Screenshots


- Updated README.md

Signed-off-by: Alex Yackers <7115964+yackers@users.noreply.github.com>
@yackers yackers self-assigned this Jan 23, 2025
@yackers yackers added the enhancement New feature or request label Jan 23, 2025
@yackers yackers merged commit 43c898e into main Jan 23, 2025
1 check passed
@yackers yackers deleted the feature/5-get-all-apps-path-as-map branch January 23, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DocMan.dir.all() - get all app paths as map with one channel request

1 participant