Skip to content
Snippets Groups Projects

make send-request and compute accept plain json

Merged Philipp S. Sommer requested to merge send-request-json into master

this MR make the send-request and compute commands accept plain yaml or json data, i.e. you can now do something like

python -m my_backend_module compute '{func_name: "version_info"}'

and

python -m my_backend_module send-request '{func_name: "version_info"}'

as well as

python -m my_backend_module send-request some_request_in_a_file.yaml
python -m my_backend_module compute some_request_in_a_file.yaml

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading