create.API.request.URL: Create an URL for a request to the Experigen API.

Description Usage Arguments Value See Also Examples

View source: R/utilities.R

Description

Create an URL for a request to the Experigen API.

Usage

1
create.API.request.URL(server, request, params = list())

Arguments

server

The server name (no need to be clean)

request

The request verb to the server

params

A list of name=value pairs that will be passed to the server

Value

A URL that can be queried.

See Also

Other development: API.request, checkAuthentication, prepare.server.URL, server.version

Examples

1
create.API.request.URL("db.phonologist.org", "users", list(sourceurl="x.y", experimentName="z"))

Rexperigen documentation built on May 1, 2019, 10:09 p.m.