←back to thread

536 points helloguillecl | 1 comments | | HN request time: 0.211s | source
Show context
unkn0wn_root ◴[] No.45657270[source]
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

replies(1): >>45657494 #
1. klinch ◴[] No.45657494[source]
+1 for .http files

Also, TIL that these are not IntelliJ-specific (that’s where I use them)