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

Rpenido/fal 3474 implement tagging rest api tag object #9

Commits on Aug 18, 2023

  1. feat: Implement ObjectTag retrieve REST API (openedx#68)

    * chore: Remove is_valid checks from get_object_tags
    
    * fix: Rename ObjectTag perms to match model name
    
    * feat: Implement ObjectTag retrieve REST API
      Retrieve ObjectTags for given Object IDs, and optionally filter by taxonomy.
    
    * chore: bumped version
    yusuf-musleh committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    593d63c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. feat: add tag_object rest api

    rpenido committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1ff6adc View commit details
    Browse the repository at this point in the history
  2. chore: update requirements

    rpenido committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    abe8cd5 View commit details
    Browse the repository at this point in the history
  3. style: cleaning code

    rpenido committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    994a82f View commit details
    Browse the repository at this point in the history
  4. style: revert styling issues

    rpenido committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    898fa13 View commit details
    Browse the repository at this point in the history