queryAPI: Prepares the query to the EDAN API

View source: R/queryAPI.R

queryAPIR Documentation

Prepares the query to the EDAN API

Description

Prepares the query to the EDAN API

Usage

queryAPI(
  AppID = NA,
  AppKey = NA,
  QueryParameters = NA,
  api_url = NA,
  rows = 10,
  start = 0
)

Arguments

AppID

AppID used for authentication

AppKey

Key for the AppID used for authentication

QueryParameters

query params

api_url

URL of the route

rows

Number of rows to return, max is 100.

start

Start number, to use with rows

Value

Result of the GET request


Smithsonian/EDANr documentation built on Dec. 11, 2023, 2:18 a.m.