Skip to content

Commit 38534e4

Browse files
authored
Merge pull request #8 from wantainc/doc/v1.1.0
update: document v1.1.0
2 parents 89a410b + a56bb61 commit 38534e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ client
6060
.get({
6161
endpoint: 'endpoint',
6262
queries: { limit: 20, filters: 'createdAt[greater_than]2021' },
63+
useGlobalDraftKey: false, // This is an option if your have set the globalDraftKey. Default value true.
6364
})
6465
.then((res) => console.log(res))
6566
.catch((err) => console.log(err));

0 commit comments

Comments
 (0)