Code Monkey home page Code Monkey logo

Comments (8)

speekha avatar speekha commented on June 9, 2024

Could you explain your problem a bit more?
As stated in the readme file (as well as the blog post), you need to create a JSON file in the proper folder (depending on the File Policy you use. By default, your JSON path should match the URL path). So different requests for different URL should have different files. If you're talking about requests on the same URL but with different parameters or headers for instance, then all the responses should be in the same JSON file. Have a look at the demo app in the repository or the tests in the tests folder for some examples.

from httpmocker.

speekha avatar speekha commented on June 9, 2024

Maybe the easiest way to see how the Json config files work is to set your interceptor on record and look at the result.

from httpmocker.

e4basil avatar e4basil commented on June 9, 2024

ok i got it

from httpmocker.

e4basil avatar e4basil commented on June 9, 2024

is any option to mock particular APIs only and fetch others from the server?

from httpmocker.

speekha avatar speekha commented on June 9, 2024

Use the "mixed mode": if a mock file is found, it will be used, if not, the server call will go through.

from httpmocker.

e4basil avatar e4basil commented on June 9, 2024

how can i use the "mixed mode", can you give me demo code

from httpmocker.

speekha avatar speekha commented on June 9, 2024

Call setInterceptorStatus(MIXED) on your builder when you're setting the interceptor up. Or you can also change the mode afterwards: interceptor.mode = MIXED

from httpmocker.

speekha avatar speekha commented on June 9, 2024

I'm assuming your issue has been answered and will close it. Let me know if you need more help using the lib or if I can improve its documentation to make its use more straightforward.

from httpmocker.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.