Re: [go-nuts] Practical OpenAPI in Go

2025-02-13 Thread Shaun Houlihan
Hi Mike, I'm curious to hear in more detail what you mean when you say the oapi-codegen generation is "cryptic". I also have some things I don't like about that generator and have been toying with building an alternative. Feel free to contact me directly if you feel like discussing. Best, Shaun

[go-nuts] Re: Practical OpenAPI in Go

2025-02-12 Thread Shaun Houlihan
Hi Alex, If you're referring to the OpenAPI standard for describing APIs, yes I use that all the time for go services, along with oapigen tool that is referenced in that tutorial. Imo it should sort of be the standard process for building go rest services. I'm actually in the process of buildin