Python flask-restful

From wikinotes
Revision as of 20:49, 23 July 2019 by Will (talk | contribs) (Created page with "Like argparse for API routes <source lang="bash"> curl 'http://api/user' -d 'name=will' -d 'age=30+' </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Like argparse for API routes

curl 'http://api/user' -d 'name=will' -d 'age=30+'