client: Tomba Client

clientR Documentation

Tomba Client

Description

client Tomba http Client

Usage

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

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

## End(Not run)

tomba-io/r documentation built on June 1, 2025, 10:12 p.m.