Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nested JSON syntax to the HTTPie DSL #1224

Merged
merged 6 commits into from
Dec 3, 2021
Merged

Conversation

isidentical
Copy link
Contributor

Implement nested JSON syntax to the HTTPie DSL (through JSON form notation). Resolves #78

@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2021

Codecov Report

Merging #1224 (fe72e9e) into master (4d7d6b6) will decrease coverage by 0.57%.
The diff coverage is 94.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1224      +/-   ##
==========================================
- Coverage   97.28%   96.71%   -0.58%     
==========================================
  Files          67       81      +14     
  Lines        4235     5384    +1149     
==========================================
+ Hits         4120     5207    +1087     
- Misses        115      177      +62     
Impacted Files Coverage Δ
tests/test_binary.py 100.00% <ø> (ø)
httpie/compat.py 31.11% <27.90%> (-68.89%) ⬇️
tests/conftest.py 77.14% <58.33%> (-9.82%) ⬇️
tests/test_ssl.py 91.01% <66.66%> (-3.93%) ⬇️
httpie/manager/__main__.py 82.35% <82.35%> (ø)
httpie/models.py 94.73% <83.33%> (-2.64%) ⬇️
httpie/output/formatters/colors.py 92.66% <88.88%> (-0.92%) ⬇️
httpie/manager/core.py 92.85% <92.85%> (ø)
httpie/manager/plugins.py 93.39% <93.39%> (ø)
httpie/cli/json_form.py 93.87% <93.87%> (ø)
... and 52 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8fe1f08...fe72e9e. Read the comment docs.

@jkbrzt jkbrzt merged commit df58ec6 into master Dec 3, 2021
@jkbrzt jkbrzt deleted the feature/nested-json branch December 3, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syntax for nested JSON
4 participants