[#60] fix list api docs example
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// alternatively you can also fetch all records at once via getFullList:
|
// alternatively you can also fetch all records at once via getFullList:
|
||||||
client.Records.getFullList("${collection?.name}", 200 /* batch size */);
|
client.Records.getFullList("${collection?.name}", 200 /* batch size */)
|
||||||
.then(function (records) {
|
.then(function (records) {
|
||||||
// success...
|
// success...
|
||||||
}).catch(function (error) {
|
}).catch(function (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user