[#60] fix list api docs example
This commit is contained in:
parent
7b2d88fa30
commit
1dfc314bc1
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue