Skip to content

Commit

Permalink
add batch to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed May 30, 2022
1 parent dcc2109 commit 78f87f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ const results = await optimadeClient.getStructuresAll({
filter: YOUR_OPTIMADE_QUERY,
page: number,
limit: number,
offset: number
offset: number,
batch: true
}); // [StructuresResponse[], Provider][]
```

Expand Down

0 comments on commit 78f87f3

Please sign in to comment.