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

Add a way to replace placeholders in URLs #10

Open
ghost opened this issue Feb 3, 2016 · 0 comments
Open

Add a way to replace placeholders in URLs #10

ghost opened this issue Feb 3, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 3, 2016

We need to be able to handle URLs which contain variable data like the hash of the blob in https://github.com/Seitenbau/mix-n-mock/blob/a3739916c3898cbedf42a23fb4c2b8f3738c7b85/src/mix-n-mock.js in order to be able to configure a mock for said URL like this

 {
    "active": true,
     "path": "blob/:hash/src/mix-n-mock.js",
     "file": "mix-n-mock.jn",
     "delayBy": 1000
 }
@ghost ghost added the enhancement label Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants