bbt_call: Call the Better BibTex HTTP endpoints

View source: R/api.R

bbt_callR Documentation

Call the Better BibTex HTTP endpoints

Description

See the JSON-RPC documentation, the JSON-RPC source code, and the source code for the various endpoints.

Usage

bbt_call(.endpoint, ...)

bbt_cayw(..., .action = bbt_print)

bbt_call_json_rpc(.method, ...)

Arguments

.endpoint

A supported endpoint.

...

Arguments as key-value pairs. For JSON-RPC, these are encoded as JSON, and for the GET API, these are converted to query-string parameters.

.action

Use bbt_return() to return the value without printing.

.method

A supported JSON-RPC method


paleolimbot/rbbt documentation built on Nov. 16, 2024, 5:25 p.m.