Giter VIP home page Giter VIP logo

Comments (3)

wardbell avatar wardbell commented on July 19, 2024

My immediate reaction is that we're overthinking it. If you need to take over an HTTP method, then you take it over. I made some parsing methods available but to turn around and delegate back to the default behavior? Why? OK, I can imagine some use cases but none of them are compelling enough (yet) for me to add this feature.

And if you really want to do that, you can sub-class the InMemoryBackendService itself and take it from there.

Closing for now,

from in-memory-web-api.

cgatian avatar cgatian commented on July 19, 2024

I very well could be overthinking it...

There are two situations I could see:

  1. My immediate reason I require this is to do authentication. The POST data consists of a user/password and should return a User object.

  2. Some endpoints require streams of file data. GET /document/1&type=pdf.

It seems reasonable to be able to call back to the InMemoryBackendService to allow it to handle the request. Am I overthinking this?

from in-memory-web-api.

mak962753 avatar mak962753 commented on July 19, 2024

for the authentication case it's probably possible to create 'auth' collection and provide the responseInterceptor implementation...

from in-memory-web-api.

Related Issues (20)

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.