client: Tomba Client

Description Usage Arguments Value Examples

Description

client Tomba http Client

Usage

1
2
3
4
client(obj, path, query = NULL)

## S4 method for signature '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

1
2
3
4
5
## Not run: 
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- client(obj,"https://api.tomba.io/v1/me",null)

## End(Not run)

tomba documentation built on Nov. 2, 2021, 9:17 a.m.