rest_POST: Synapse rest POST command

Description Usage Arguments Value Examples

View source: R/syn_rest_post.R

Description

Synapse rest POST command

Usage

1
rest_POST(path, body)

Arguments

path

Path to synapse endpoint

body

Request Body

Value

Synapse API class

Examples

1
2
3
4
5
rest_POST("entity", body = list(
  name = "test-me-now",
  parentId = "syn4990358",
  concreteType = "org.sagebionetworks.repo.model.Folder"
))

thomasyu888/puresynapser documentation built on Jan. 30, 2022, 12:14 p.m.