http-prompt icon indicating copy to clipboard operation
http-prompt copied to clipboard

swagger yaml issue

Open zeph opened this issue 4 years ago • 0 comments

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

zeph avatar May 20 '21 12:05 zeph