Replies: 1 comment
-
Excellent question! There will soon be a c-sharp service emitter (there is a WIP PR for this here: #2458), and additional code emitters in other languages in the coming months. Meanwhile, you can find emitters for protobuf, json-schema, and a sample emitter for typescript. The emitter-framework provides a simpler experience for creating emitters for various kinds of artifacts, including client and service code: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've create an OpenAPI specification using Typespec. Now what to do next? I'm following a an API First Design methodology. I'm thought I could find tools to autogenerate server stubs and client calling applications in dotnetcore, but this is not the case. What tools can I expect to successfully generating server and client code. I would be happy if I could generate just the class models a client or server implementation would use.
Beta Was this translation helpful? Give feedback.
All reactions