museo
verb
Our great sponsors
museo | verb | |
---|---|---|
1 | 12 | |
1 | 350 | |
- | - | |
10.0 | 4.6 | |
over 5 years ago | 20 days ago | |
Ruby | Emacs Lisp | |
- | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
museo
-
Hurl, run and test HTTP requests with plain text
Can’t find the specific library I’ve used. But this looks similar
verb
-
Lama2: Plain-Text Powered REST API Client for Teams
have you checked this https://github.com/federicotdn/verb . Its emacs package and i am able to write and test api's with text files.
-
Hurl, run and test HTTP requests with plain text
Not as usable for testing, but verb.el[1] is a great tool for doing something very similar in org-mode
-
Has anyone ever tried using Google Sheets or Excel to journal?
I've been a long time user of the org-mode code blocks feature—storing runnable code block inline in the document. Something I've recently started using is verb to include HTTP requests in my documents when I'm testing out web APIs.
- Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman
-
HTTPie/cURL client for Emacs?
There is also verb.el.
-
Postman Now Supports gRPC
if you are using emacs you can also give this a shot https://github.com/federicotdn/verb
It lets you write the api, test it and generate the documentation all from the same source of truth file.
-
Show HN: Prestige, a text based HTTP client, for working with HTTP APIs
Rest client is great, but a lot of the cool (emacs) kids have moved over to verb-mode [1]. To be fair, you can probably achieve something similar with org-mode and rest-client, but the verb-mode integration is very nice.
-
Paw is joining Rapid API
Well, you have `M-x restclient-copy-curl-command` (`C-c C-u` by default) to share a single command.
There is also Verb mode (org-mode extension) which seems like a nice alternative to restclient.el. Learnt about via Impostman[2] which imports Postman collections to both restclient.el and verb.el
-
using Emacs org-mode as rest client replacement
[2] https://github.com/federicotdn/verb
What are some alternatives?
emacs-request - Request.el -- Easy HTTP request for Emacs Lisp
ob-http - make http request within org-mode babel
restclient.el - HTTP REST client tool for emacs
httpyac - Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
roast.vim - An HTTP client for Vim, that can also be used as a REST client.
org-fancy-priorities - Display Org Mode priorities as custom strings
org-recur - Simple recurring org-mode tasks.
prestige - A text-based HTTP client in the browser. An interface-less Postman.
impostman - Import of Postman collections in Emacs
stepci - Automated API Testing and Quality Assurance
Optic - Optic makes it easy to document your APIs, prevent breaking changes, and follow an API style-guide
walkman - Write HTTP requests in Org mode and replay them at will using cURL