FC-0057: add a thin proxy API btw LMS and v1#8
Merged
Faraz32123 merged 1 commit intomasterfrom Aug 1, 2024
Merged
Conversation
regisb
reviewed
Jul 29, 2024
2aa7ca0 to
1c66afa
Compare
1c66afa to
3bc0342
Compare
regisb
reviewed
Jul 31, 2024
3bc0342 to
f74d0a5
Compare
f74d0a5 to
e266c42
Compare
fb83cdf to
e026dce
Compare
- Add apps.py and entry points for the app to be detected by LMS - create a thin proxy API, this api will act as a middleware. edx-platdorm will call this api instead of forum v1 and this thin proxy api will call forum v1 APIs. - implement get, post, put, delete mathods - add sample curl requests - resolve CI checks, made use of default packages instead of openedx imports added `requests` and `djangorestframework` packages to requirements and upgraded requirements - remove django32 CI checks, upgrade django40 CI check to django42 - modify pylint rules - address some pylint issues
e026dce to
2aa76b8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close Implement a thin proxy between the LMS and the v1 app #2
Merge checklist:
Check off if complete or not applicable: