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 b9b7170 commit a709ae0Copy full SHA for a709ae0
README.md
@@ -16,7 +16,7 @@ const resource = new ResourceClient({
16
});
17
18
resource.all()
19
- .then(widgets => widgets);
+ .then(response => console.log(response.data));
20
21
resource.create({
22
attributes: {
0 commit comments