We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafbeeb commit f49064bCopy full SHA for f49064b
1 file changed
packages/kitsu/README.md
@@ -139,8 +139,9 @@ api.get('anime')
139
140
// Fetching resources (get/fetch)
141
api.fetch('anime')
142
-api.fetch('anime/1')
+api.fetch('anime', { filter: { id: 1 } })
143
api.fetch('anime/1/episodes')
144
+api.fetch('anime/1/relationships/episodes')
145
146
// Creating resources (post/create)
147
api.create('post', {
0 commit comments