softwaremill / tapir

Rapid development of self-documenting APIs
https://tapir.softwaremill.com
Apache License 2.0
1.32k stars 403 forks source link

Consider rewriting documentation introducing tapir to newcomers #3268

Open adamw opened 8 months ago

adamw commented 8 months ago
peterlopen commented 8 months ago

hi,

I personally had hard times with following points:

Probably my approach - taking complete endpoints from https://github.com/softwaremill/realworld-tapir-zio and modifying them to my needs - was not good one, as I end up dealing with fairly complex types and lots of type errors, missing basic understanding what I am dealing with. Still, I found documentation more just describing the implementation then providing guideline how to get working sample with principles behind it explained (which is fine I guess, we have chatGPT and SO for that nowadays /s)

thanks.

regards, peter