Questions tagged [azure-http-trigger]
121 questions
-1
votes
1 answer
Need to construct a URL to test localhost and parameters - Visual Studio Code and Python
EDIT 12.1 16:21 EST:
SO I narrowed it down. This works (python3):
ptc = req.params.get('name')
assets = req.params.get('assets')
if not ptc:
try:
req_body = req.get_json()
except ValueError:
…

ink49
- 61
- 6