flask-restx
flask-restx copied to clipboard
add example bash doc and force json on payload, issue #248
Add an example of usage from curl-cli for the full example at https://flask-restx.readthedocs.io/en/latest/example.html and force json usage in payload, according to suggestions in https://github.com/python-restx/flask-restx/issues/248.
Codecov Report
Merging #289 (ee6bd95) into master (41b3b59) will not change coverage. The diff coverage is
100.00%.
@@ Coverage Diff @@
## master #289 +/- ##
=======================================
Coverage 96.87% 96.87%
=======================================
Files 20 20
Lines 2724 2724
=======================================
Hits 2639 2639
Misses 85 85
| Impacted Files | Coverage Δ | |
|---|---|---|
| flask_restx/api.py | 96.69% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 41b3b59...65e9282. Read the comment docs.