Use Wiremock to simulate the request/response of the MS Graph API - #52
Closed
amitjangra2599 wants to merge 2 commits into
Closed
Conversation
Collaborator
Author
|
Hi @axymthr, I’ve implemented the WireMock simulation for pulling employees using MS Graph. |
Contributor
|
I'm not clear on the intent of this PR. Are you going to raise several PRs for this feature? All you have here is a test scaffolding and an API call where the response isn't being used. |
Collaborator
Author
|
Hi @akshay-nanda-sneo I have added more work in this PR. Please review and let me know any if you have any feedback or suggestions. |
- Integrated sync with Microsoft Graph API to fetch employee data - Added @scheduled task to run sync every 24 hours
axymthr
force-pushed
the
12-pull-employee-list-from-office365-to-cache-and-populate-in-auto-complete-host-drop-down
branch
from
August 6, 2025 16:17
afb6408 to
9f1a175
Compare
axymthr
deleted the
12-pull-employee-list-from-office365-to-cache-and-populate-in-auto-complete-host-drop-down
branch
November 29, 2025 10:26
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.
Description
Use Wiremock to simulate the request/response of the MS Graph API.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Checklist:
Screenshots (for UX changes):
Additional Notes:
Please add any additional notes, dependencies, or context that reviewers should know about.