Skip to content

Commit 4d5a344

Browse files
author
jemus42
committedMar 6, 2015
Expand family tags in docs
1 parent b319c00 commit 4d5a344

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+161
-103
lines changed
 

‎NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* **Rename** `trakt.show.stats` to `trakt.stats`, will work with both movies and shows
1010
as soon as the API endpoint actually works.
1111

12+
#### Minor changes
13+
14+
* Expand `@family` tags in docs a little
15+
1216
### v0.11.2
1317

1418
#### API changes, functional fixes

‎R/api.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#' @importFrom jsonlite fromJSON
2020
#' @note Please note that no oauth2 methods are supported yet,
2121
#' only client id really matters.
22-
#' @family API
22+
#' @family API-basics
2323
#' @examples
2424
#' \dontrun{
2525
#' # Use a key.json
@@ -115,7 +115,7 @@ get_trakt_credentials <- function(username = NULL, client.id = NULL,
115115
#' @import httr
116116
#' @importFrom jsonlite fromJSON
117117
#' @note This function is heavily used internally, so why not expose it to the user.
118-
#' @family API
118+
#' @family API-basics
119119
#' @examples
120120
#' \dontrun{
121121
#' get_trakt_credentials() # Set required API data/headers

0 commit comments

Comments
 (0)
Please sign in to comment.