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 29d3ae3 commit d3d46ceCopy full SHA for d3d46ce
1 file changed
packages/kitsu/README.md
@@ -94,9 +94,11 @@
94
type: 'articles'
95
title: 'JSON API paints my bikeshed'
96
author: {
97
- id: '42'
98
- type: 'people'
99
- name: 'John'
+ data: {
+ id: '42'
+ type: 'people'
100
+ name: 'John'
101
+ }
102
}
103
104
@@ -605,7 +607,7 @@ All code released under [MIT]
605
607
606
608
[promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
609
-[more examples]: https://github.com/wopian/kitsu/tree/master/example
610
+[more examples]: https://github.com/wopian/kitsu/tree/master/packages/kitsu/example
611
612
[kitsu.io api docs]: https://kitsu.docs.apiary.io
613
0 commit comments