Knock a new alternative to Insomnia, postman and more...
Jairo Fernández has introduced a new tool called 'knock', designed as an alternative to existing API clients like Insomnia and Postman. The tool aims to simplify the user experience by eliminating cumbersome licensing processes. It includes features such as JWT validation, Base64 encoding, and tools for Kubernetes management.
- ▪Knock is a new HTTP client and workspace toolkit created by Jairo Fernández.
- ▪The tool is available as both a command-line interface and a desktop application.
- ▪It offers features like JWT validation, Base64 encoding, and Kubernetes management tools.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 295346) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jairo Fernández Posted on May 18 Knock a new alternative to Insomnia, postman and more... #postman #api #developer #tools I am a bit tired of skip the license process on all tools, when I want to use some tools I need to use my TC or use the app in a poorly experience, that is the reason I created "knock", I'll be honest, the tool is for me, but I hope maybe could be useful for you, some screenshots are bellow Tools JWT validator Base64 Typical requests view Version your workspace…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).