search_server: Search for Media Items

View source: R/search.R

search_serverR Documentation

Search for Media Items

Description

Search for Media Items

Usage

search_server(url = NULL, apikey = NULL, query, limit = 10)

Arguments

url

Server URL.

apikey

API key.

query

The query string to search for

limit

The maximum number of items to return per media type, default is 10

Value

A list with each type of media

Note

I would have named the function search, but you know, base::search.

Source

https://github.com/Tautulli/Tautulli/blob/master/API.md#search

Examples

## Not run: 
search_server(query = "game of Thrones", limit = 1)

## End(Not run)

jemus42/tauturri documentation built on Feb. 7, 2024, 2 a.m.