Learn R Programming

tomba (version 1.0.1)

client: Tomba Client

Description

client Tomba http Client

Usage

client(obj, path, query = NULL)

# S4 method for Tomba client(obj, path, query = NULL)

Arguments

obj

Tomba class

path

a character specific path.

query

a list for httr request query

Value

A list of http response

Examples

Run this code
# NOT RUN {
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- client(obj,"https://api.tomba.io/v1/me",null)
# }

Run the code above in your browser using DataLab