typedapi icon indicating copy to clipboard operation
typedapi copied to clipboard

Build your web API on the type level.

Results 5 typedapi issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

It would be great if it will be possible to generate a swagger json file for the server side API.

enhancement

Looks like a great library. I could suggest adding support for something like GitHub.com/finagle/finch (server) and GitHub.com/finagle/featherbed (client).

http framework support

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...

UX