Skip to contents

Class PHGServerCon defines a rPHG Class for storing BrAPI connection data.

Prints out information regarding properties from the PHGServerCon class to the console

Usage

# S4 method for PHGServerCon
show(object)

Arguments

object

A PHGServerCon object

Slots

port

The host port.

protocol

Which protocol must be used to fetch the desired data? Must be either http or https.

version

BrAPI version number. Must be either "v1" or "v2".

token

API authorization token.

url

BrAPI server URL.