You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,12 @@ Details function allows for looking up details for a single entry via its node I
92
92
Node ID can be taken from output of the [`search`](#search) function.
93
93
94
94
Output from this function contains the same data as a single entry from the [`search`](#search) function.
95
-
There's no reason to first use the [`search`](#search) function, then use node ID from one of entries for this function.
96
95
96
+
> **In general using this function is only useful if you have node ID already stored.**
97
+
There's no reason to first use the [`search`](#search) function, then use node ID from one of entries for `details`, you won't get any additional information.
98
+
If you want to get seasons/episodes you can use the ID from [`search`](#search) function to call [`seasons`](#seasons), and then [`episodes`](#episodes). Calling `details` on an individual season/episode won't give you more information than outputs from the dedicated commands.
99
+
100
+
Usage is similar to [`search`](#search) function, just without `count` argument:
0 commit comments