httpyac icon indicating copy to clipboard operation
httpyac copied to clipboard

Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT

Results 31 httpyac issues
Sort by recently updated
recently updated
newest added

Just started looking at the CLI usage and want to report a couple of issues (mostly about the [documentation page](https://github.com/AnWeber/httpyac) but also about functionality): - There are no examples of...

Hey! thanks for httpYac, awesome tool to replace postman with files I can use in CI as well as the IDE. I can happily run this request in VSCode: ```http...

Hi! First things first: **great tool & VSCode extension, really enjoying it!** I only have one issue: When trying to make openid auth work: ``` # @name authtest @authtest_clientId=XXX @authtest_tokenEndpoint=https://xxx.hana.ondemand.com/oauth2/api/v1/token...

I have a grpc request: ``` GRPC 127.0.0.1:8090/ListenerDiscoveryService/FetchListeners { "node": { "id": "xxx", "metadata": { "type": "proxy" } }, "type_url": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment" } ``` This is a steam rpc request to...

It would be a great addition to this tool if it would be possible to generate static documentation that can be hosted on GitHub pages or other places, without the...

**Problem**: While trying to run a .http file and return a output as Junit XML file I'm getting an ill formed. One of the Test Suite does not get name....

Hi, Are there any plans to support import/conversion from Postman? In the meantime, I've made a start on [httpyac-import](https://github.com/matthewturner/httpyac-import) in case it's of use to anyone. Thanks!

Hello, How can I generate a unique value for the variable `foo` that will persist between requests? For example, I want to send `@foo` and have `foo` persist value for...

Wish: Hopefully, in the future, httpyac will evolve to include the ability to generate reports with integrated data visualizations. ❤️

Have you heard about the latest OpenAPI Spec [arazzo](https://www.openapis.org/arazzo)? It allows to specify workflows, so very similar what I do/did with httpyac. So maybe time for an `Arazzo2Httpyac` converter? This...