Skip to content

Add routes to edit project properties and execute data processes #10

Description

@protobi-pieter

Add routes to get/set project properties, and to execute data processes remotely:

url1 <- paste(PROTOBI_HOST, '/api/v3/dataset/',PROTOBI_DATASETID,'/properties','?apiKey=',PROTOBI_APIKEY,'&key=','params.randvar','&value=','foobar',sep='')
res <- httr::PUT(url ,encode = "json")

url2 <- paste(PROTOBI_HOST, '/api/v3/dataset/',PROTOBI_DATASETID,'/data/test_process/run','?apiKey=',PROTOBI_APIKEY,sep='')
res <- httr::PUT(url2 ,encode = "json")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions