Swagger API Documentation with Swaggo in Golang

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 16

  • @kahleryasla
    @kahleryasla หลายเดือนก่อน

    Hocam o tatli aksaninizdan direkt Turk oldugunuzu anladim :D
    Harika bir video olmus direkt kanali takibe aldim.
    Cok tesekkurler

    • @mfkintech
      @mfkintech  หลายเดือนก่อน

      ben teşekkür ederim, aksanım direkt belli oluyor evet :D

  • @shivamgour9610
    @shivamgour9610 10 หลายเดือนก่อน

    Amazing video man, It's very helpful to me : )

    • @mfkintech
      @mfkintech  10 หลายเดือนก่อน

      thanks :)

  • @ShahzadHaider-e2d
    @ShahzadHaider-e2d 5 หลายเดือนก่อน

    I've followed each step, but I am getting this error in Swagger dashboard:
    No operations defined in spec!

    • @mfkintech
      @mfkintech  3 หลายเดือนก่อน

      Hi, there can more than one reason why you face this error. it can be about:
      It can be missing or incorrect Swagger annotations on the API endpoints. or Swagger file not generated properly. or Swagger can't find the spec file. You can check these and if these doesn't work, check out the codebase from my GitHub and compare with yours.
      these are the solutions that come to my mind, hope you can resolve it

  • @VinothKumarBalasubramanian
    @VinothKumarBalasubramanian 7 หลายเดือนก่อน

    Is there any way to provide route path in @Router as a variable ?

    • @mfkintech
      @mfkintech  6 หลายเดือนก่อน

      Hi, Swagger is a static ui actually, and I think setting the route with a variable make the api non-consistent, so I think you can't do that.
      If you are talking for getting id or something like that, then yes, you can.
      example:
      // @Router /orders/{id} [get]
      app.Get("/orders/:id", func(ctx *fiber.App)...
      hope I understand it correctly, if not, we can discuss further.
      thanks

  • @igboanugwocollins4452
    @igboanugwocollins4452 10 หลายเดือนก่อน

    Awesome video, can we auto generate without putting the swagger in each endpoint

    • @mfkintech
      @mfkintech  9 หลายเดือนก่อน

      Hi, for Swaggo library, you need to specify for each endpoint. I think there was a library that can do that but it had a cons. I researched it but couldn't find the library :( If I can find it, I will reply to here again

  • @verdisasmeka8114
    @verdisasmeka8114 8 หลายเดือนก่อน

    Is there a way to change the swagger icon?

    • @mfkintech
      @mfkintech  7 หลายเดือนก่อน

      hi @verdisasmeka8114 I have looked at the documentation but couldn't find a way :/ sorry.

  • @tanawatketkaew5871
    @tanawatketkaew5871 5 หลายเดือนก่อน

    I used try along your way but it cannot set many examples

    • @mfkintech
      @mfkintech  3 หลายเดือนก่อน

      hi, I don't know the error you face but maybe you can access the code from my GitHub, and start the edit code from there.
      and sorry for the late response

  • @thinnyofficial5688
    @thinnyofficial5688 9 หลายเดือนก่อน

    wow good bro.

    • @mfkintech
      @mfkintech  9 หลายเดือนก่อน

      thanks :)