HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kermire

no profile record

Submissions

Bun v0.6.7

bun.sh
1 points·by kermire·3 anni fa·0 comments

comments

kermire
·9 mesi fa·discuss
Restfox [1] is worth checking out. It's fully offline and lets you version control your collections with git or any sync tool you prefer. The postman import is well tested and the app also allows you to export back to Postman collections.

Disclaimer: I maintain it.

[1] https://github.com/flawiddsouza/Restfox
kermire
·2 anni fa·discuss
Not as extensive as the previous poster. I wrote a small custom component wrapper a while back: https://github.com/flawiddsouza/code-mirror-custom-element.
kermire
·3 anni fa·discuss
The main limitation of web components for me is that all data needs to be passed to the component attributes as strings. Wish we could pass objects and arrays without JSON.stringify-ing them.
kermire
·3 anni fa·discuss
Overall search quality has been declining on all search engines. Maybe there's too much spam. Saw an entertaining video about it yesterday that echoes how I feel when I google stuff: https://www.youtube.com/watch?v=jrFv1O4dbqY. It's so hard to find content written by humans these days. Seems like only the top sites are being indexed.
kermire
·3 anni fa·discuss
There's https://restfox.dev which I built.

To stay unbiased, here's a list of other web based postman alternatives:

- https://hoppscotch.io (this is the most popular one)

- https://httpie.io/app
kermire
·4 anni fa·discuss
You can try https://github.com/flawiddsouza/Restfox. It's a web based HTTP client based on Postman and Insomnia.

Disclaimer: I'm the maintainer for it.