Giter Site home page Giter Site logo

Comments (4)

AnandChowdhary avatar AnandChowdhary commented on August 14, 2024

Alternately, we can have an additional decorator:

@Controller("user")
export class UserController {
  @Get("info")
  @Alias("example")
  @Alias("another-example")
  get userInfo(req: Request, res: Response) {
    res.json({ user: "hello" });
  }
}

from overnight.

seanpmaxwell avatar seanpmaxwell commented on August 14, 2024

I think the best way to do it would be to have the decorator pass a string or string[]. But what about this, wouldn't it be easier (for other devs who read your code) just to create a shared private method, and call it in both the class members decorated with @get('info') and in @get('example')?

from overnight.

AnandChowdhary avatar AnandChowdhary commented on August 14, 2024

I think you can definitely create private methods, but in my case it would just become a bit messier. I think allowing an array of strings in @Get decorators can still be added as a feature, I think it would be super useful. 😄

@Get(["hello", "world"])

If you're busy, I can make a pull request too. 😉

from overnight.

seanpmaxwell avatar seanpmaxwell commented on August 14, 2024

Go ahead and make the pull-request. I'll look it over when I have time. As part of the pull request, if you could make a new controller for the sample-project/ called MultiRoutePracticeController or something like that, it would be helpful.

from overnight.

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.