AnWeber / httpyac

Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
https://httpyac.github.io/
MIT License
396 stars 37 forks source link

Feature: Export static documentation #792

Open Salmondx opened 2 weeks ago

Salmondx commented 2 weeks ago

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 need for API consumers to install vscode extensions or cloning the repo.

For example, currently I used plugin for insomnia (https://github.com/insodoc/insomnia-documenter) to generate documentation but it requires to many manual steps.

Given that httpyac already ships with a great cli utility it would be possible to automate this process as well via GitHub actions.