notebookutils.fabricClient.post {notebookutils} | R Documentation |
Send a POST request to Fabric.
Description
Send a POST request to Fabric.
Usage
notebookutils.fabricClient.post(path, content, headers = list())
Arguments
path |
Path of the request |
content |
Content of the request |
headers |
Headers of the request |
Value
RestResponse Response of the request
[Package notebookutils version 1.5.3 Index]