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

Response handler for dynamic requests (POC) #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

teameh
Copy link

@teameh teameh commented Oct 4, 2024

I'm using Mocker as mock backend for our app to be able to develop the app in "demo mode" as long as other developers are still working on the backend.

This sometimes requires a more dynamic response to be returned from the mocks based on the request body or previous requests. I considered creating something from scratch based off Mocker, but instead I've added a simple responseHandler option to my own fork to facilitate this.

It works great and just using my own fork works fine, but I can imagine that this could be valuable for other developers as well. Here's a POC branch that demonstrates this. If you think this is something that would benefit Mocker, I could draft up a real PR with a nicer implementation if you like.

@teameh teameh requested a review from a team October 4, 2024 08:21
Copy link

github-actions bot commented Nov 4, 2024

This PR is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Nov 4, 2024
@teameh
Copy link
Author

teameh commented Nov 4, 2024

ping @AvdLee perhaps?

@github-actions github-actions bot removed the Stale label Nov 5, 2024
Copy link

github-actions bot commented Dec 5, 2024

This PR is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Dec 5, 2024
@teameh
Copy link
Author

teameh commented Dec 5, 2024

ping @kairadiagne perhaps?

@github-actions github-actions bot removed the Stale label Dec 6, 2024
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