typedapi
typedapi copied to clipboard
Build your web API on the type level.
Recently i encountered very strange bug, that was very hard to pinpoint. I will provide example (maybe not minimal but this exact combination causes the failure, in this case UUID...
Currently, we experience an exponential growth of compile times with increasing API sizes. Taking a look at compiler statistics shows that we waste a lot of time during implicit resolution...
It would be great if it will be possible to generate a swagger json file for the server side API.
Looks like a great library. I could suggest adding support for something like GitHub.com/finagle/finch (server) and GitHub.com/finagle/featherbed (client).
I had to use some initial empty state to guarantee that `"path"` is translated into a `Witness`. Why? Because an extension of `String` using `implicit class` was not able to...