Hey all! Built an API tool that uses type safety so that API requests are much easier to make with linting and autocomplete.
Nearly all the other API tools are built in electron so glad to be one of the first in Tauri!
You can find the discussion of this on
https://news.ycombinator.com/item?id=37393099
https://github.com/RecipeUI/RecipeUI
Volbohel
Hello! This is Jeane and Samuel and we’re building RecipeUI. RecipeUI is an open source Postman alternative that uses TypeScript to statically type and autocomplete requests.We built this because current API tools don’t deal with the fact that some APIs are just painful to work with. For us, it’s usually error after error as we try to figure out...