create.API.request.URL {Rexperigen}R Documentation

Create an URL for a request to the Experigen API.

Description

Create an URL for a request to the Experigen API.

Usage

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

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

[Package Rexperigen version 0.2.1 Index]