connect: Creates a connection.

Description Usage Arguments Value Examples

Description

Setup a connection to a given Hivepod backend with credentials.

Usage

1
connect(url, user, pass)

Arguments

url

The base URL to connect to.

user

The user credential.

pass

The password for the user.

Value

connect returns a connection object for a Hivepod backend. This connection object can be used to discover and access to resources.

Examples

1
cnx <- connect("http://jacaton-r.herokuapp.com", "demo", "1234") 

SevillaR/HivepodR documentation built on May 9, 2019, 1:23 p.m.