alf_POST: Alfresco POST method
Description
Helper to make a POST call to the Alfresco REST API
Usage
alf_POST(endpoint, ticket, params = list(), as = c("json", "raw"),
body = NULL)
Arguments
params
optional list of parameters
as
return as json
(default), raw
Value
result based on format provided