Replies: 3 comments 5 replies
-
Hey @guettli,
It really comes down to answering questions like:
In asp.net world (I don't have experience building APIs in Go) both approaches exist:
I know this sounds like a consultant "it depends" type of answer, but it really depends, mostly on your organization and what problems the API you're building is going to solve. |
Beta Was this translation helpful? Give feedback.
-
Hi! Just checking in to see if there have been any advancements in this area over the past two years? Is the development of C# code for server APIs currently in the radar? (controllers, Minimal API, or any other?) |
Beta Was this translation helpful? Give feedback.
-
I just learned about kiota and was wondering the same. But for now i'll just study kiota a bit to see how to generate some nice client applications. |
Beta Was this translation helpful? Give feedback.
-
I know that Kiota creates OpenAPI clients.
Just our of curiosity: How do you write the corresponding openapi server?
I want to write an openapi server in Go.
I guess there are two ways:
way-1: write the yaml and somehow create server-stubs from the yaml
way-2: write Go code and somehow create the openapi.yaml.
How would you do this?
Beta Was this translation helpful? Give feedback.
All reactions