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

View source: R/parse_response.R

parse_responseR 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.


DheerajAgarwal/rgdax documentation built on Jan. 4, 2024, 3:37 a.m.