Skip to content

Commit

Permalink
docs(kitsu): update Quick Start in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored May 7, 2020
1 parent bafbeeb commit f49064b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/kitsu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ api.get('anime')

// Fetching resources (get/fetch)
api.fetch('anime')
api.fetch('anime/1')
api.fetch('anime', { filter: { id: 1 } })
api.fetch('anime/1/episodes')
api.fetch('anime/1/relationships/episodes')

// Creating resources (post/create)
api.create('post', {
Expand Down

0 comments on commit f49064b

Please sign in to comment.