parse_response {rgdax}R Documentation

Utility Function To Parse Message From GDAX API For Public Functions

Description

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

Usage

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.


[Package rgdax version 1.2.1 Index]