Learn R Programming

alfr (version 1.1.0)

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

endpoint

base endpoint URI

ticket

authentication ticket

params

optional list of parameters

as

return as json (default), raw

body

request body

Value

result based on format provided