HackerTrans
TopNewTrendsCommentsPastAskShowJobs

unkn0wn_root

no profile record

Submissions

[untitled]

1 points·by unkn0wn_root·30 วันที่ผ่านมา·0 comments

[untitled]

1 points·by unkn0wn_root·3 เดือนที่ผ่านมา·0 comments

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

github.com
4 points·by unkn0wn_root·8 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by unkn0wn_root·9 เดือนที่ผ่านมา·0 comments

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

github.com
29 points·by unkn0wn_root·9 เดือนที่ผ่านมา·1 comments

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

3 points·by unkn0wn_root·10 เดือนที่ผ่านมา·2 comments

comments

unkn0wn_root
·2 เดือนที่ผ่านมา·discuss
Resterm is also another api TUI client https://github.com/unkn0wn-root/resterm but uses .rest/.http files instead.
unkn0wn_root
·5 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
Yeah. I’m still doing some cleanup work and removing old code while improving current so I think in the coming week or so.