Viewing profile — Volbohel
Volbohel
HN member- Joined
- Thu, Mar 08, 2018, 5:49 PM UTC
- HN karma
- 107
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About Volbohel
No profile information was provided.
Recent public activity
-
comment
Comment #37710539
Hi, one of the makers of RecipeUI. Happy to hear this is something you liked! We're still finding edge cases when it comes to parsing cURL commands, so if you find any that we miss…
-
comment
Comment #37408281
Will follow up tomorrow! Our initial product had import OpenAPI schema, but we temporarily removed it after finding a few bugs.
-
comment
Comment #37408276
Will follow up tomorrow! Our initial product had import OpenAPI schema, but we temporarily removed it after finding a few bugs.
-
comment
Comment #37407410
Desktop App is better because it directly makes the request! Web app will have a custom proxy filter or just allow you to make the request if CORS is not an issue soon. We’ll add t…
-
comment
Comment #37406215
GraphQL is in our timeline for the next 2 weeks! Let us know if you have a favorite GraphQL API so we can add it in our public collection.
-
comment
Comment #37406204
Currently, we're not convincing enough for the team use case that tackles many of the things you're describing (especially auth). Thanks for the feedback!!! We're closely working o…
-
comment
Comment #37400645
Looking forward to your feedback when you use it! Currently we validate with mappings from TypeScript to JSONSchema. OpenAPI is definitely a gold standard, but I think JSONSchema i…
-
comment
Comment #37399846
Hoppscotch is great! We have the same mindset as the founder that most API tools are outdated and were built a long time ago. Many API tools are lightweight reskins of Postman and …
-
comment
Comment #37398917
Really nice embarrassing catches, thank you for flagging and debugging!!! Patch fixed both of these :)
-
comment
Comment #37397835
Storing secrets in the cloud has been a top concern for me, which is why we don't do it and one of the main reasons why the code is open sourced. Currently secrets are just stored …
-
comment
Comment #37396831
We're thinking of a way to sync this with git or some link to a schema somewhere (e.g an OpenAPI yaml spec). For now, you'll have to manually write the TypeScript interfaces but we…
-
comment
Comment #37396809
I was almost convinced to use electron because it uses the same language as the frontend (JS) and has "better" support for production apps. Ultimately went with Tauri because more …
-
story
Show HN: Open-source Postman alternative with type safety
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 bu…