private ExecuteCommand ( Command command, string path, string content = null ) : Task |
||
command | Command | The HTTP command. |
path | string | The URI path for the API function to be executed. |
content | string | Any content that may need to be supplied to the API. Defaults to null. |
return | Task |