parse_response: Utility Function To Parse Message From GDAX API For Public...

Description Usage Arguments Value

View source: R/parse_response.R

Description

An internal function to parse the api response for various public functions.

Usage

1
parse_response(path, query = NA)

Arguments

path

Mandatory character parameter. This is an extension of the api end point and passed as an argument from the function calling parse_response.

query

Optional named list parameter. This would consist of any named params to be passed to the api end point.

Value

A named list or a dataframe object of the response.


rgdax documentation built on Aug. 3, 2021, 9:06 a.m.