httpie / http-prompt Public
Permalink
master
Commits on Jan 21, 2022
-
Mention Homebrew installion option in the docs (#211)
http-prompt is now available in Homebrew so I mentioned it in the user guide as an installation option.
Commits on Aug 5, 2021
-
-
-
-
Update yaml.load call in cli.py to use SafeLoader (#151)
* Update yaml.load call to use SafeLoader for compatibility with latest PyYAML version recommendations Co-authored-by: Mickaël Schoentgen <[email protected]>
-
-
-
Upgrade to prompt_toolkit 2.0 (#137)
* Upgrade to prompt_toolkit 2.0 * A few small changes for being compatible with the latest prompt_toolkit 2.0 * Update requirements.txt Co-authored-by: Jakub Roztocil <[email protected]> Co-authored-by: Mickaël Schoentgen <[email protected]>
Commits on Mar 21, 2021
-
Update test_interaction.py (#191)
play well with extra ANSI escape codes after between '>' and ' ' (space) characters
Commits on Mar 5, 2021
Commits on Feb 16, 2021
Commits on Feb 7, 2021
-
issue #172: spec/buggy Path/Operation handling (#188)
* issue #172: spec/buggy Path/Operation handling Current code expect Path object to contain only method/Operation declaration. Path object may contain $ref, summary, description, servers and parameters entries. If available, this entries are default values to apply children Operation. This fix drops unused entries ($ref, summary, description, servers) and merge parameters: * unicity based on name/in unicity * Operation value takes precedence This fix allows to parse spec file attached with #172 * issue #172: fix regression for $ref params Parameter may be a ``{ '$ref': '...' }``. We need to use $ref, name, in attributes for processing parameter list merging. * issue #172: added testcase and fix Path and methods parameters are merged to handle completion. Merge process is fixed to allow completion when parameters are configured only at path level.
Commits on Jan 14, 2021
Commits on Aug 18, 2020
Commits on Aug 17, 2020
-
-
-
-
-
-
-
-
-
-
-
Support httpie >= 2.0.0 (#170)
`httpie.core.main` function requires that the first element of `args` argument should be the program name since httpie/httpie@8e04a24 This fixes #168
-
-
Commits on Aug 14, 2020
-
Merge pull request #146 from dargad/snapcraft
Add snapcraft.yaml to enable snap builds.
-
-
Commits on Jan 15, 2019
-
Merge pull request #149 from dfrommi/swagger-yaml
support swagger spec in yaml format