Victor Santelé
vsantele.dev
Victor Santelé
@vsantele.dev
Software developer at Sparkle.tech - Serverless addict - Aspirant data engineer
You could add an image with og:image meta tag. To avoid using the favicon (or have a nice version for preview)
ogp.me
Open Graph protocol
The Open Graph protocol enables any web page to become a rich object in a social graph.
ogp.me
December 11, 2024 at 7:18 PM
Yes, I would prefer to use only typespec but there was no emitter for zod in September when I started my project. I'm waiting for the new emitter framework to play with.
So, Orval is more mature for now and easy to setup.
( + it's a Belgian project but it's not relevant here)
December 2, 2024 at 9:31 AM
Combine with orval.dev to generate zod schemas from Openapi V3, it's a great combo to have a nice view of the api and easily ensure that both inputs and output are correct. I still have a bit of boilerplate for each endpoint, but for a small project, I'm OK with that.
orval
orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺
orval.dev
December 2, 2024 at 8:55 AM