http-prompt
http-prompt copied to clipboard
swagger yaml issue
trying to use the --spec=https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/openapi/openapi.yaml
site-packages/http_prompt/cli.py:119: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. spec = yaml.load(content)
looking at the merge request #149/files, indeed there is no Loader specified