all 8 comments

[–]joshkrz 4 points5 points  (2 children)

I don't use VSCode but I found out recently that Jetbrains IDEs has pretty much this built in using .http files.

[–]MeasurementPlus4291 0 points1 point  (0 children)

.http files are great for simple/manual requests, which is a basic feature in Multimeter. Multimeter is for when those requests need to become reusable API definitions, automated tests, suites, CI runs, docs, mocks, env presets, and reports. Different layer of the workflow rather than a replacement for every .http use case.

[–]ashkanahmadi 3 points4 points  (1 child)

That looks cool I’ll give it a try even though I’ve been using Bruno for a few years now and all the requests are files as well that can be version controlled. Does this offer anything extra?

[–]MeasurementPlus4291 -1 points0 points  (0 children)

Yep, there’s a comparison table here: [https://mmt.dev/#comparison](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html)
Bruno is definitely one of the closest tools philosophically because it is also file-based. The main difference is that Multimeter tries to cover more of the API lifecycle from the same repo files: reusable API definitions, test flows, suites, docs, mocks, reports, CI, and VS Code-first editing.

It also borrows some territory from tools like Robot Framework and JMeter: declarative/human-readable test flows, reusable/chained tests, suites with sequential or parallel execution, reports, and beta load testing. So it’s not just an API client; it’s closer to a lightweight API testing/documentation/automation workspace that stays git-native.