search_server: Search for Media Items

Description Usage Arguments Value Note Source Examples

Description

Search for Media Items

Usage

1
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

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

## End(Not run)

tauturri documentation built on May 2, 2019, 1:07 p.m.