Skip to contents

Displays available endpoints in the mwbenchr package, organized by functional category.

Usage

list_endpoints(client)

Arguments

client

An mw_rest_client object (not used internally; included for future extensibility)

Value

Invisibly returns NULL. Called for side effects.

Examples

if (FALSE) { # \dontrun{
client <- mw_rest_client()
list_endpoints(client)
} # }