get-tclv ( type uuid -- config )


Vocabulary
visionect

Inputs
typean object
uuidan object


Outputs
configan object


Definition


: get-tclv ( type uuid -- config )
[
"{\"Data\": [{\"Type\": %d, \"Control\": 0, \"Value\": \"\"}]}"
sprintf B{ } like
"application/json" <post-data> swap >>data
] dip "/api/cmd/Param/" prepend visionect-post "" like json>
;