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

Adds method to move assets #16

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Adds method to move assets #16

wants to merge 11 commits into from

Commits on May 4, 2024

  1. Adds method to move assets

    afred committed May 4, 2024
    Configuration menu
    Copy the full SHA
    16babd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b8610 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    626fa29 View commit details
    Browse the repository at this point in the history
  2. git ignores ci.yml config file

    afred committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9f97998 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 14, 2024

  1. * Adds method get_items, which combines multiple pages of results f…

    …rom api calls.
    
    * Adds method `find_by_name`, convenience method finding and returning an item that
      matches a name exactly.
    * Adds method `folder` for fetching a single folder object.
    afred committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c1a6d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567d0bc View commit details
    Browse the repository at this point in the history
  3. Uses faceted-search for finding items by name

    Also combines folder_contents and folder_contents_r into a single recurisve method.
    afred committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d575436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1843149 View commit details
    Browse the repository at this point in the history
  5. back to using workspace search

    afred committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f32dd6d View commit details
    Browse the repository at this point in the history
  6. Back to faceted search for finding by name, searching curent workspac…

    …e by default, and looking for a match in the first 10 search results.
    afred committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b599570 View commit details
    Browse the repository at this point in the history