build_trakt_url | R Documentation |
build_trakt_url
assembles a trakt.tv API URL from different arguments.
The result should be fine for use with trakt_get, since that's what this
function was created for.
build_trakt_url(...)
... |
Unnamed arguments will be concatenated with |
A URL: character
of length 1.
Other utility functions:
pad_episode()
build_trakt_url("shows", "breaking-bad", extended = "full")
build_trakt_url("shows", "popular", page = 3, limit = 5)
# Path can also be partially assembled already
build_trakt_url("users/jemus42", "ratings")
build_trakt_url("shows", "popular", page = 1, limit = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.