Skip to content

Commit

Permalink
Updated readme to explicitly mention ListOptions pointer ownership (#553
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ezilber-akamai authored Jul 18, 2024
1 parent c4e35af commit 9a9c59a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ values are set in the supplied ListOptions.
// opts.Results == 218
```

> **_NOTES:_**
> - The ListOptions will be mutated by list endpoint functions.
> - Instances of ListOptions should NOT be shared across multiple list endpoint functions.
> - The resulting number of results and pages can be accessed through the user-supplied ListOptions instance.
#### Filtering

```go
Expand Down

0 comments on commit 9a9c59a

Please sign in to comment.