-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'niels/csharp/pagination' of https://github.com/fern-api…
…/fern into niels/csharp/pagination
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 1.9.9 | ||
**`(feat):`** Add support for [Auto Pagination](https://buildwithfern.com/learn/sdks/features/auto-pagination). | ||
When enabled, the endpoint methods will return a `Pager<T>` object that you can use to iterate over all items of an endpoint. | ||
Additionally, you can use the `Pager<T>.AsPagesAsync` method to iterate over all pages of an endpoint. | ||
The SDK will automatically make the necessary HTTP requests for you as you iterate over the items or the pages. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters