HackerTrans
トップ新着トレンドコメント過去質問紹介求人

unkn0wn_root

no profile record

投稿

[untitled]

1 ポイント·投稿者 unkn0wn_root·先月·0 コメント

[untitled]

1 ポイント·投稿者 unkn0wn_root·3 か月前·0 コメント

Show HN: Go-async – typed Tasks with async/await like APIs

github.com
4 ポイント·投稿者 unkn0wn_root·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 unkn0wn_root·9 か月前·0 コメント

Show HN: Resterm – A terminal-based REST/GraphQL and gRPC client

github.com
29 ポイント·投稿者 unkn0wn_root·9 か月前·1 コメント

Show HN: TermChat – Terminal chat (rooms/DMs) via SSH

3 ポイント·投稿者 unkn0wn_root·10 か月前·2 コメント

コメント

unkn0wn_root
·2 か月前·議論
Resterm is also another api TUI client https://github.com/unkn0wn-root/resterm but uses .rest/.http files instead.
unkn0wn_root
·5 か月前·議論
If you want to give a try yet-another-api-client tool with kind of different approach - give Resterm a try.

https://github.com/unkn0wn-root/resterm
unkn0wn_root
·8 か月前·議論
Resterm - Terminal client for HTTP/GraphQL/gRPC. It includes support for WebSockets, SSE, workflows, profiling, OpenAPI, response diffs and many more.

https://github.com/unkn0wn-root/resterm
unkn0wn_root
·9 か月前·議論
I've build something similar [0] but lives in the terminal and is fully open source if anyone prefer terminal based app but still wants to work with .http/rest files.

https://github.com/unkn0wn-root/resterm
unkn0wn_root
·9 か月前·議論
I don’t personally use Postman, but at work we use .http files, which are easy to version and manage with Git. The downside is that you’re almost entirely tied to VS Code and the REST Client extension. I’m not a big fan of VS Code myself (I use Vim), so if anyone interested, I created resterm [0] - a terminal client that works with .http or .rest files and adds some extra "nice-to-have" features. I’m currently working on adding OpenAPI spec importing.

https://github.com/unkn0wn-root/resterm
unkn0wn_root
·10 か月前·議論
Yeah. I’m still doing some cleanup work and removing old code while improving current so I think in the coming week or so.