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 34f39c7 commit e0f34d9Copy full SHA for e0f34d9
README.md
@@ -75,7 +75,7 @@ var opts = {
75
76
apiInstance.getLists(opts).then(function(data) {
77
console.log('API called successfully. Returned data: ' + data);
78
- api.getAttributes().then(function(data) {
+ apiInstance.getAttributes().then(function(data) {
79
80
}, function(error) {
81
console.error(error);
0 commit comments