1

How the fuck you can fucked up a Restful api backend built on SWAGGER!

Comments
  • 0
    Tell us.
  • 2
    Swagger is just a tool. It's easy to fuck it up.
  • 1
    Swagger is just documentation, right? 🤔
  • 1
    By manually updating swagger. Or, more to the point, failing to manually update swagger.
  • 1
    @olback
    The ideal flow for swagger/raml/etc is you design your API in it, code gen the interfaces and validate endpoints against it programmatically.
  • 0
  • 0
    I wonder how one can break it BECAUSE of Swagger? 🤔😂
  • 0
    @PublicByte
    The code gen should generate interfaces. It's up to you to actually implement endpoints.
  • 0
    @PublicByte
    Are you talking about swagger UI? I get the impression were talking different things. Openssl has no part in the code gen for services.
  • 0
    @PublicByte
    Seems like it's overreaching. The spring and .net ones just produce interface code classes.
Add Comment