Giter VIP home page Giter VIP logo

Comments (5)

bennor avatar bennor commented on May 3, 2024

I don't think there is at the moment. I'm curious as to what the use case is and how you'd need it to work?

from refit.

luizbon avatar luizbon commented on May 3, 2024

Imagine you have the same API over and over that has only two differences:

  • URL
  • Type (Return and Post)

This is common for CRUD applications working with RESTfull services

Maybe an polymorphic service that depending on your application you want to use one class on some point and another on the oder, and both access the same service. Since you normally accessing an external service, this can be real.

from refit.

bennor avatar bennor commented on May 3, 2024

Okay, yeah, I can see the value. I am fairly sure that won't work at the moment and will require a bit of work to implement. If @paulcbetts isn't opposed to the idea, I'll have a crack at it over the weekend.

from refit.

luizbon avatar luizbon commented on May 3, 2024

I've tried to spike something, but it didn't work well, I don't have experience with expression trees.
The point that I get was inside InterfaceStubGenerator on FindInterfacesToGenerate.
When I have a generic interface it breaks on line 54 of InterfaceStubGenerator because the generic argument is not an IdentifierNameSyntax

Hope this helps

from refit.

bennor avatar bennor commented on May 3, 2024

This is almost good to go, but I branched off #67, so I'll wait until that's merged before making a PR for this.

from refit.

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.