search_server {tauturri}R 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)

[Package tauturri version 0.3.0 Index]