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

feat: Add retrieve object_tags REST API #568

Conversation

yusuf-musleh
Copy link

Description

This PR exposes the retrieve object tag REST API endpoint from oel_tagging.

Supporting Information

Testing Instructions

  • Run your local devstack,
  • Make have feat: Implement ObjectTag retrieve REST API openedx/openedx-learning#68 installed locally, to do that:
    • clone the branch to your DEV_STACK/src
    • uninstall your existing openedx-learning package:
      • make lms-shel
      • pip uninstall openedx-learning
    • install the branch you cloned:
      • make lms-shell
      • cd /edx/src
      • pip install -e openedx-learning
    • Check that the endpoint page works:
      • http://localhost:18000/api/content_tagging/v1/object_tags/

@rpenido rpenido force-pushed the rpenido/fal-3449-taxonomy-view-management-apis branch 5 times, most recently from 67ca1d8 to c81c7bd Compare August 10, 2023 16:24
@yusuf-musleh yusuf-musleh force-pushed the yusuf-musleh/retrieve-object-tags-rest-api branch from e8b35a5 to 056955c Compare August 14, 2023 16:04
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.

1 participant