SetPoloniexPublicURL-PoloniexPublicAPI-method: Setter for REST service URL for the Poloniex public API

Description Usage Arguments Value Examples

Description

Setter for REST service URL for the Poloniex public API

Usage

1
2
## S4 method for signature 'PoloniexPublicAPI'
SetPoloniexPublicURL(theObject, base.url)

Arguments

theObject

The public client API object on which the function should be called

base.url

length-one character vector. Represents the REST service URL.

Value

theObject - a copy of the object with the modified base.url slot

Examples

1
2
3
4
poloniex.public <- PoloniexPublicAPI(base.url = "https://not_working/public?")
poloniex.public <- SetPoloniexPublicURL(poloniex.public,
                                        base.url = "https://poloniex.com/public?")
GetPoloniexPublicURL(poloniex.public)

PoloniexR documentation built on July 11, 2017, 1:02 a.m.