Code generation¶
There is an experimental code generation tool available for TypedRest. This tool automatically infers TypedRest Endpoints from patterns in OpenAPI/Swagger documents and generates source code for TypedRest clients. It currently only supports generating C# clients.
Take a look at the project's GitHub repository.