Learn R Programming

serpstatr (version 0.4.0)

sst_call_api_method: Make a request to Serpstat API endpoint

Description

Make a request to Serpstat API endpoint

Usage

sst_call_api_method(api_token, api_method, api_params = NULL)

Value

The list with a response data.

Arguments

api_token

Serpstat API token from the profile page. Default is Sys.getenv('SERPSTAT_API_TOKEN').

api_method

Internal name of API method.

api_params

A list of API parameters used by api_method. More information about parameters in the official docs.