flask-restx icon indicating copy to clipboard operation
flask-restx copied to clipboard

add example bash doc and force json on payload, issue #248

Open ProgHaj opened this issue 4 years ago • 1 comments

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.

ProgHaj avatar Mar 03 '21 19:03 ProgHaj

Codecov Report

Merging #289 (ee6bd95) into master (41b3b59) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           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 data Powered by Codecov. Last update 41b3b59...65e9282. Read the comment docs.

codecov[bot] avatar Mar 03 '21 19:03 codecov[bot]