Dev Useful Stuff
2.05K subscribers
2 photos
352 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​Insomnia REST Client - (★ 5924 on GitHub) is the most intuitive cross-platform REST API Client. Written on top of Electron

#js #rest #debug
​​FeathersJS - (★ 8159 on GitHub) is an open source REST and realtime API layer for modern applications. Feathers is a tiny, fully compatible wrapper over Express and Socket.io, can be used in the browser, React Native and server side with Node.js. If you develop on JS, this framework would be useful for you.

#js #rest #framework
​​Bruno - (★ 11k at GitHub) is the opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia).

If you think that Postman grew up into a monster, then try Bruno. Bruno is a new and innovative API client, aimed at revolutionizing the status quo represented by Postman and similar tools out there.

Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, Bru, to save information about API requests.

You can use Git or any version control of your choice to collaborate over your API collections.

#rest #api #testing #curl
👍4
​​Resterm - (★ 1.2k) is a terminal-based REST/GraphQL/gRPC/WebSocket/SSE client.

Although sharing a common purpose, this client doesn’t feel like just another Postman alternative. Instead, it boasts a few very neat features:

⋅ Resterm is keyboard driven.
⋅ Everything lives in plain files (.http/.rest) - no cloud or account - everything stays local (whch is awesome)
⋅ Built-in SSH tunnels for HTTP/gRPC/WebSocket/SSE.
⋅ OAuth 2.0 built-in - client credentials, password grant, authorization code + PKCE with automatic browser flow and token refresh.
⋅ RestermScript (RTS) resterm focused custom scripting lang for safe, predictable request-time logic (templates, directives, workflows). If you want JavaScript instead - this works too.
⋅ Fast iteration loop with explorer + history + diff/compare + captures/workflows.
⋅ Debuggable - timeline tracing, profiler, streaming transcripts and inline scripts/tests.

More screenshots can be found here.

#rest #grpc #api #cli #terminal #bobukrecommends
👍3👨‍💻2