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

Improve StorageInterface, add method get #660

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Commits on Jul 21, 2023

  1. [sdk] Add default method StorageInterface#get

    - specifically for retrieving a single item from storage,
      without deep file traversal or requiring any iterables
    - default impl uses `at` underneath to implement it
    - update code in core to use it where suitable
    - also correct image servlet to only query for instances
      to DIM providers if specified
    Enet4 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c97d7b2 View commit details
    Browse the repository at this point in the history
  2. [sdk] Improve StorageInterface documentation

    - Fix example code in #at
    - Clarify in #list that a trailing forward slash
      means that it's a directory
    Enet4 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    fab83cb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    9bb957e View commit details
    Browse the repository at this point in the history