You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add FetcherForNextLinkOptions for extensibility (Azure#21418)
* Add FetcherForNextLinkOptions for extensibility
This includes support for paged operations that use next link method
instead of a vanilla HTTP GET on the next link URL.
* add error test case for NextReq
Copy file name to clipboardExpand all lines: sdk/azcore/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Features Added
6
6
7
-
* Added function `FetcherForNextLink` to the `runtime` package to centralize creation of `Pager[T].Fetcher` from a next link URL.
7
+
* Added function `FetcherForNextLink`and `FetcherForNextLinkOptions`to the `runtime` package to centralize creation of `Pager[T].Fetcher` from a next link URL.
0 commit comments