Petermarcu
No user record in our sample, but Petermarcu has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but Petermarcu has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Wondering if you can generate your service stubs and your clients to use for testing from TypeSpec, could it be faster even in the prototyping/early stages to define your spec first? A la gRpc?
TypeSpec and Smithy live in a similar space here. You can generate OpenAPI specs from them, or you can generate assets directly from them. OpenAPI is one of the many possible outputs from TypeSpec. This is an example…
Agreed. If the schema can also generate the service routes, models, serialization, etc, and you just have to maintain the business logic in the service, you get the spec matches the service benefits that way as well.…
The author has an example repo demonstrating some of the early support for codegen. https://github.com/bterlson/typespec-todo Server side codegen is also one the horizon and is a key way to keep the spec and service in…
http://typespec.io